Searched refs:zend_std_get_static_property_with_info (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_object_handlers.h | 250 ZEND_API zval *zend_std_get_static_property_with_info(zend_class_entry *ce, zend_string *property_n…
|
H A D | zend_object_handlers.c | 1935 ZEND_API zval *zend_std_get_static_property_with_info(zend_class_entry *ce, zend_string *property_n… in zend_std_get_static_property_with_info() function 2001 return zend_std_get_static_property_with_info(ce, property_name, type, &prop_info); in zend_std_get_static_property()
|
H A D | zend_execute.c | 3576 *retval = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex() 3589 *retval = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
|
H A D | zend_API.c | 5091 property = zend_std_get_static_property_with_info(scope, name, BP_VAR_W, &prop_info); in zend_update_static_property_ex()
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.c | 4322 variable_ptr = zend_std_get_static_property_with_info(ce, name, BP_VAR_W, &prop_info); in ZEND_METHOD()
|
Completed in 64 milliseconds