Searched refs:zend_read_static_property_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_API.c | 4350 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 4366 zval *property = zend_read_static_property_ex(scope, key, silent); in zend_read_static_property()
|
H A D | zend_API.h | 360 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, zend_bool s…
|
/PHP-7.4/ext/reflection/ |
H A D | php_reflection.c | 5489 member_p = zend_read_static_property_ex(intern->ce, ref->unmangled_name, 0); in ZEND_METHOD() 5574 member_p = zend_read_static_property_ex(intern->ce, ref->unmangled_name, 1); in ZEND_METHOD()
|
Completed in 44 milliseconds