Am 15.03.2022 um 20:07 schrieb Miguel Rosales <mrosalessue...@gmail.com>: > Christoph M. Becker wrote on 15/3/22 19:17: >> That explicitly excludes undefined array indexes, and apparently also >> excludes undefined properties (which raise "Warning: Undefined property:") >> > AFAIU error promotion for undefined properties has already been covered by > the Deprecate Dynamic Properties RFC > <https://wiki.php.net/rfc/deprecate_dynamic_properties > <https://wiki.php.net/rfc/deprecate_dynamic_properties>>, which will start > throwing errors in 9.0.
That RFC covers the *creation* of undefined properties, not the *reading* of undefined properties. - Chris