Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_API.c1294 zend_class_entry *old_scope = EG(fake_scope); in zend_merge_properties() local
1307 EG(fake_scope) = old_scope; in zend_merge_properties()
4635 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property_ex() local
4641 EG(fake_scope) = old_scope; in zend_update_property_ex()
4648 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property() local
4656 EG(fake_scope) = old_scope; in zend_update_property()
4672 zend_class_entry *old_scope = EG(fake_scope); in zend_unset_property() local
4680 EG(fake_scope) = old_scope; in zend_unset_property()
4754 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
4850 EG(fake_scope) = old_scope; in zend_read_property_ex()
[all …]
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c4170 old_scope = EG(fake_scope); in ZEND_METHOD()
4173 EG(fake_scope) = old_scope; in ZEND_METHOD()
4206 old_scope = EG(fake_scope); in ZEND_METHOD()
4209 EG(fake_scope) = old_scope; in ZEND_METHOD()
5003 old_scope = EG(fake_scope); in ZEND_METHOD()
5006 EG(fake_scope) = old_scope; in ZEND_METHOD()
5082 old_scope = EG(fake_scope); in ZEND_METHOD()
5085 EG(fake_scope) = old_scope; in ZEND_METHOD()
5762 zend_class_entry *old_scope; in ZEND_METHOD() local
5776 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]

Completed in 44 milliseconds