Home
last modified time | relevance | path

Searched refs:old_scope (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/Zend/
H A Dzend_API.c1395 zend_class_entry *old_scope = EG(fake_scope); in zend_merge_properties() local
1408 EG(fake_scope) = old_scope; in zend_merge_properties()
4973 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property_ex() local
4979 EG(fake_scope) = old_scope; in zend_update_property_ex()
4986 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property() local
4994 EG(fake_scope) = old_scope; in zend_update_property()
5010 zend_class_entry *old_scope = EG(fake_scope); in zend_unset_property() local
5018 EG(fake_scope) = old_scope; in zend_unset_property()
5092 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
5188 EG(fake_scope) = old_scope; in zend_read_property_ex()
[all …]
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c4284 old_scope = EG(fake_scope); in ZEND_METHOD()
4287 EG(fake_scope) = old_scope; in ZEND_METHOD()
4320 old_scope = EG(fake_scope); in ZEND_METHOD()
4323 EG(fake_scope) = old_scope; in ZEND_METHOD()
5117 old_scope = EG(fake_scope); in ZEND_METHOD()
5120 EG(fake_scope) = old_scope; in ZEND_METHOD()
5196 old_scope = EG(fake_scope); in ZEND_METHOD()
5199 EG(fake_scope) = old_scope; in ZEND_METHOD()
6342 zend_class_entry *old_scope; in ZEND_METHOD() local
6356 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]

Completed in 42 milliseconds