Home
last modified time | relevance | path

Searched refs:zend_std_get_static_property (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_object_handlers.h180 ZEND_API zval *zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, zend_…
H A Dzend_object_handlers.c1410 ZEND_API zval *zend_std_get_static_property(zend_class_entry *ce, zend_string *property_name, zend_… in zend_std_get_static_property() function
H A Dzend_API.c4092 property = zend_std_get_static_property(scope, name, 0); in zend_update_static_property_ex()
4213 property = zend_std_get_static_property(scope, name, silent); in zend_read_static_property_ex()
H A Dzend_vm_execute.h4583 retval = zend_std_get_static_property(ce, name, type == BP_VAR_IS);
5704 value = zend_std_get_static_property(ce, name, 1);
8025 retval = zend_std_get_static_property(ce, name, type == BP_VAR_IS);
8195 value = zend_std_get_static_property(ce, name, 1);
9178 value = zend_std_get_static_property(ce, name, 1);
14126 value = zend_std_get_static_property(ce, name, 1);
15983 value = zend_std_get_static_property(ce, name, 1);
16489 value = zend_std_get_static_property(ce, name, 1);
41672 value = zend_std_get_static_property(ce, name, 1);
46053 value = zend_std_get_static_property(ce, name, 1);
[all …]
H A Dzend_vm_def.h1562 retval = zend_std_get_static_property(ce, name, type == BP_VAR_IS);
6282 value = zend_std_get_static_property(ce, name, 1);
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c3850 prop = zend_std_get_static_property(ce, name, 1); in ZEND_METHOD()
3883 variable_ptr = zend_std_get_static_property(ce, name, 1); in ZEND_METHOD()

Completed in 394 milliseconds