]> granicus.if.org Git - php/commit
Add zend_read_static_property_ex API
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 29 Jun 2018 20:49:15 +0000 (22:49 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 29 Jun 2018 20:49:15 +0000 (22:49 +0200)
commit813b6fc95050b32409014877e7dc9849c16717ee
treee1c6e0469f9742aff42070242b3e9085538f74f9
parent10b484e624e628e5f2255fab6252fc338ff114ad
Add zend_read_static_property_ex API

For symmetry with zend_read_property_ex.
Zend/zend_API.c
Zend/zend_API.h
ext/reflection/php_reflection.c