diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2018-06-28 22:45:26 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-06-28 22:45:26 +0200 |
commit | db7ead0768076da486a9c98264061113233deb7f (patch) | |
tree | 3f5e620df92f7ddeea0260a5759c766331f549ea /sapi/phpdbg/phpdbg_utils.c | |
parent | e1e0176e68ffa1631f8ff791e9460d5ac6c0744e (diff) | |
download | php-git-db7ead0768076da486a9c98264061113233deb7f.tar.gz |
Fix ReflectionProperty::get/setValue() on internal static property
This was broken by 6dc0cd868d972885249ce40f2d64097cd0ba6c1f, which
moved static property initialization outside of constant updating.
Instead of replicating logic, use zend_get_static_property() API
in the reflection implementation, just like we're using
read_property for non-static proprety access.
Diffstat (limited to 'sapi/phpdbg/phpdbg_utils.c')
0 files changed, 0 insertions, 0 deletions