History log of /PHP-8.2/ext/reflection/tests/readonly_properties.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 8d25b624 25-Jul-2021 Máté Kocsis

Display the readonly property modifier when printing reflection info


# 6780aaa5 02-Jun-2021 Nikita Popov

Implement readonly properties

Add support for readonly properties, for which only a single
initializing assignment from the declaring scope is allowed.

RFC: https://wiki.php.net

Implement readonly properties

Add support for readonly properties, for which only a single
initializing assignment from the declaring scope is allowed.

RFC: https://wiki.php.net/rfc/readonly_properties_v2

Closes GH-7089.

show more ...