Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.h206 ZEND_API zval *zend_std_get_static_property_with_info(zend_class_entry *ce, zend_string *property_n…
H A Dzend_object_handlers.c1573 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
1644 return zend_std_get_static_property_with_info(ce, property_name, type, &prop_info); in zend_std_get_static_property()
H A Dzend_execute.c3401 *retval = zend_std_get_static_property_with_info(ce, name, fetch_type, &property_info); in zend_fetch_static_property_address_ex()
3414 *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.c4965 property = zend_std_get_static_property_with_info(scope, name, BP_VAR_W, &prop_info); in zend_update_static_property_ex()
/php-src/ext/reflection/
H A Dphp_reflection.c4280 variable_ptr = zend_std_get_static_property_with_info(ce, name, BP_VAR_W, &prop_info); in ZEND_METHOD()

Completed in 61 milliseconds