Home
last modified time | relevance | path

Searched refs:zend_read_static_property_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_API.c4207 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool s… in zend_read_static_property_ex() function
4223 zval *property = zend_read_static_property_ex(scope, key, silent); in zend_read_static_property()
H A Dzend_API.h358 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool s…
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c5471 member_p = zend_read_static_property_ex(ref->ce, ref->unmangled_name, 0); in ZEND_METHOD()

Completed in 43 milliseconds