Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117336 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 78760 invoked from network); 15 Mar 2022 15:29:29 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Mar 2022 15:29:29 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CBCF91804D9 for ; Tue, 15 Mar 2022 09:54:14 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS29169 217.70.176.0/20 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 15 Mar 2022 09:54:13 -0700 (PDT) Received: (Authenticated sender: come@chilliet.eu) by mail.gandi.net (Postfix) with ESMTPSA id 798822000D for ; Tue, 15 Mar 2022 16:54:12 +0000 (UTC) To: internals@lists.php.net Date: Tue, 15 Mar 2022 17:54:11 +0100 Message-ID: <4724184.31r3eYUQgx@come-prox15amd> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [PHP-DEV] [VOTE] Undefined Variable Error Promotion From: come@chilliet.eu (=?ISO-8859-1?Q?C=F4me?= Chilliet) Le lundi 14 mars 2022, 18:18:55 CET Mark Randall a =E9crit : > I have started the vote for promoting undefined variable access to throw= =20 > an Error exception. >=20 > The vote will run for 2 weeks until March 28th 2022. >=20 > https://wiki.php.net/rfc/undefined_variable_error_promotion This does not mention properties, are they concerned by the change? What ab= out array keys? C=F4me