History log of /PHP-8.2/Zend/tests/readonly_props/array_append_initialization.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 11057372 10-Mar-2022 Ilija Tovilo

Disallow assigning reference to unset readonly property

Closes GH-7942
Closes GH-8188


# 47961839 17-Sep-2021 Nikita Popov

Add missing scope check for readonly prop initialization

If the initializing assignment is an array append we will go through
the UNDEF codepath of get_property_ptr_ptr, which did not ve

Add missing scope check for readonly prop initialization

If the initializing assignment is an array append we will go through
the UNDEF codepath of get_property_ptr_ptr, which did not verify
that the initialization scope is valid.

show more ...