On 15.03.2022 at 17:54, Côme Chilliet wrote: > Le lundi 14 mars 2022, 18:18:55 CET Mark Randall a écrit : > >> I have started the vote for promoting undefined variable access to throw >> an Error exception. >> >> The vote will run for 2 weeks until March 28th 2022. >> >> https://wiki.php.net/rfc/undefined_variable_error_promotion > > This does not mention properties, are they concerned by the change? What > about array keys?
The RFC states: | If the code does not currently emit a “Warning: Undefined variable | $varname” then it is out of scope for this RFC. This RFC does NOT | apply to array indexes. That explicitly excludes undefined array indexes, and apparently also excludes undefined properties (which raise "Warning: Undefined property:") -- Christoph M. Becker -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php