Home
last modified time | relevance | path

Searched refs:zend_std_get_static_property_with_info (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_object_handlers.h192 ZEND_API zval *zend_std_get_static_property_with_info(zend_class_entry *ce, zend_string *property_n…
H A Dzend_object_handlers.c1374 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
1443 return zend_std_get_static_property_with_info(ce, property_name, type, &prop_info); in zend_std_get_static_property()
H A Dzend_execute.c3054 *retval = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
3067 *retval = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
H A Dzend_API.c4263 property = zend_std_get_static_property_with_info(scope, name, BP_VAR_W, &prop_info); in zend_update_static_property_ex()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3935 variable_ptr = zend_std_get_static_property_with_info(ce, name, BP_VAR_W, &prop_info); in ZEND_METHOD()

Completed in 80 milliseconds