Searched refs:zend_read_static_property_ex (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_API.c | 4997 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent… in zend_read_static_property_ex() function 5013 zval *property = zend_read_static_property_ex(scope, key, silent); in zend_read_static_property()
|
H A D | zend_API.h | 513 ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zend_string *name, bool silent…
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 5698 member_p = zend_read_static_property_ex(intern->ce, ref->unmangled_name, 0); in ZEND_METHOD() 5789 member_p = zend_read_static_property_ex(intern->ce, ref->unmangled_name, 1); in ZEND_METHOD()
|
Completed in 84 milliseconds