Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106795 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 76938 invoked from network); 29 Aug 2019 15:11:18 -0000 Received: from unknown (HELO mail-ed1-f45.google.com) (209.85.208.45) by pb1.pair.com with SMTP; 29 Aug 2019 15:11:18 -0000 Received: by mail-ed1-f45.google.com with SMTP id l26so3305546edr.0 for ; Thu, 29 Aug 2019 05:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:message-id:mime-version:subject:date:in-reply-to:cc:to :references; bh=D1rNJZZ1yhTFISy1S9GhoWMEv5fjFyGZ2OHoxzRFNIs=; b=naQwkV05mvj6Z9pHrKt+VMJkwBr9aQa0weI4zP9wSPYpGmE6I1llt1jB1n1SK1EbZ8 5qglOcNNAzaCjzgEHeRApRThXAvsl0g/MyBukOfAgWeSlLRtUU9IokkG6bn1XNqR7XrY lXt4ll+UxS07xumzNEC+8cOTkLRvYEfUa9kZ7IdMwSJov5wZOLMD5rbgXuDwwheOaKHh Pq96mns9XDrse411e52nWHlcfHeREd4pcpHabGOolNjLhYxORsqX8VS0owIVklSL4lKw XTMOk6mCVk03dw3n75sh03Ek2GN/mSvugROk4laz7a+WJpa6A7JLpkd0Aw0TlKhT7YUq bHYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=D1rNJZZ1yhTFISy1S9GhoWMEv5fjFyGZ2OHoxzRFNIs=; b=c1EVUPOksQ1IUcAAR9pzXkzABE3Fn5X5OXUQKldDr0oaaDvJ1D2KM8EP/jfgtnXUD5 FgPvJlFNJkHjFb2kmjoeyg7+KCIyisQlawZHS5BHqQcgoOi94/JGa972+el7Ph7Tx0dE ysyR1RX2Mbp2DG52CpLDSHs966WpMopRJCLtj+qIhYt/sMT+zcV73vh+Owv5V+8NmNqe eofjiYc/qNTHICJ5g7vQllUsSmCpG9elf5yK20iBU2wzNxDyaIeH6TqwtufVuAE8mBjw tJiu9ySz0R0T9Fdy/+zq9/314o5xVNl55t7/0Qdc9qbm7RWwZyVVb92K4KCqLZqRRtTW fpbA== X-Gm-Message-State: APjAAAVD3pDsieY8Wrw+fTwfzUajsch7ioJTTlStWnxA8B+tsuo7bGXM R5Q3UrS11tCZgHofGIy/aiU= X-Google-Smtp-Source: APXvYqwSyA6UGZmL1DMNQkFlJeQRntoJbf8vBvpp2Yh7jpPuM+qZbXKglZ9MzR5Z5XAX6Kdgh/6yPw== X-Received: by 2002:aa7:ce89:: with SMTP id y9mr9492792edv.135.1567082622107; Thu, 29 Aug 2019 05:43:42 -0700 (PDT) Received: from [192.168.0.63] (84-75-30-51.dclient.hispeed.ch. [84.75.30.51]) by smtp.gmail.com with ESMTPSA id v6sm369479ejx.28.2019.08.29.05.43.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Aug 2019 05:43:41 -0700 (PDT) Message-ID: <1EDD1FE6-9AB8-4CDF-8EE4-416C18390725@gmail.com> Content-Type: multipart/alternative; boundary="Apple-Mail=_66B0C479-E743-4C75-824A-D4733992937A" Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Date: Thu, 29 Aug 2019 14:43:40 +0200 In-Reply-To: <33b4068a-3b32-4904-a033-4ff3f28e1161@aegir.sexy> Cc: Zeev Suraski , Nikita Popov , PHP internals To: Aegir Leet References: <33b4068a-3b32-4904-a033-4ff3f28e1161@aegir.sexy> X-Mailer: Apple Mail (2.3445.104.11) Subject: Re: [PHP-DEV] [RFC] Reclassifying engine warnings From: claude.pache@gmail.com (Claude Pache) --Apple-Mail=_66B0C479-E743-4C75-824A-D4733992937A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > Le 29 ao=C3=BBt 2019 =C3=A0 13:33, Aegir Leet via internals = a =C3=A9crit : >=20 > I'm sorry, but if you seriously believe doing something that generates = a=20 > notice (or warning, or error, ...) is not a bug - you're delusional. No, what you think is not at all how notices were designed. =46rom the = manual (https://www.php.net/errorfunc.constants = ): E_NOTICE =E2=80=94 Run-time notices. Indicate that the script = encountered something that could indicate an error, but could also = happen in the normal course of running a script. One can discuss whether unitialised variables should trigger a notice or = a warning. But let us respect the semantics of the language features. =E2=80=94Claude= --Apple-Mail=_66B0C479-E743-4C75-824A-D4733992937A--