php-src/ext/reflection
Nikita Popov db7ead0768 Fix ReflectionProperty::get/setValue() on internal static property
This was broken by 6dc0cd868d, 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.
2018-06-28 22:45:26 +02:00
..
tests Fix ReflectionProperty::get/setValue() on internal static property 2018-06-28 22:45:26 +02:00
config.m4 fix arg order, CFLAGS is the fifth arg in m4 2014-10-17 16:03:40 +02:00
config.w32 more exts converted for static tsrm ls pointer 2014-10-15 19:19:23 +02:00
CREDITS
php_reflection.c Fix ReflectionProperty::get/setValue() on internal static property 2018-06-28 22:45:26 +02:00
php_reflection.h year++ 2018-01-02 12:57:58 +08:00