History log of /PHP-7.4/ext/reflection/tests/bug79487.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# ef2130db 24-Jun-2020 Christoph M. Becker

Fix #79487: ::getStaticProperties() ignores property modifications

When retrieving the static class properties via reflection, we have to
cater to possible modifications.