[VOTE] Undefined Property Error Promotion

php.internals

Mark Randall

4 years ago
Internals, I have now opened voting on Undefined Property Error Promotion. https://wiki.php.net/rfc/undefined_property_error_promotion Voting ends 2022-05-05 Summary: This RFC seeks to prevent execution continuing if the user has accessed an undefined property without specifying that it was their intent to potentially do so. This RFC is designed to compliment the Undefined Variable Error Promotion, and Deprecate Dynamic Properties RFCs that have already passed.

Mark Randall

4 years ago
On 21/04/2022 22:45, Mark Randall wrote:
> I have now opened voting on Undefined Property Error Promotion. > https://wiki.php.net/rfc/undefined_property_error_promotion
The vote has concluded. The RFC has been passed with 31 votes (86%) in favour, 5 against.
-- Mark Randall