Home
last modified time | relevance | path

Searched refs:zend_update_static_property_ex (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_API.c4080 ZEND_API int zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value… in zend_update_static_property_ex() function
4114 int retval = zend_update_static_property_ex(scope, key, value); in zend_update_static_property()
H A Dzend_API.h346 ZEND_API int zend_update_static_property_ex(zend_class_entry *scope, zend_string *name, zval *value…
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c5526 zend_update_static_property_ex(ref->ce, ref->unmangled_name, value); in ZEND_METHOD()

Completed in 57 milliseconds