Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.c1342 zend_class_entry *old_scope = EG(fake_scope); in zend_merge_properties() local
1355 EG(fake_scope) = old_scope; in zend_merge_properties()
4765 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property_ex() local
4771 EG(fake_scope) = old_scope; in zend_update_property_ex()
4778 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property() local
4786 EG(fake_scope) = old_scope; in zend_update_property()
4802 zend_class_entry *old_scope = EG(fake_scope); in zend_unset_property() local
4810 EG(fake_scope) = old_scope; in zend_unset_property()
4884 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
4980 EG(fake_scope) = old_scope; in zend_read_property_ex()
[all …]
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c4187 old_scope = EG(fake_scope); in ZEND_METHOD()
4190 EG(fake_scope) = old_scope; in ZEND_METHOD()
4223 old_scope = EG(fake_scope); in ZEND_METHOD()
4226 EG(fake_scope) = old_scope; in ZEND_METHOD()
5020 old_scope = EG(fake_scope); in ZEND_METHOD()
5023 EG(fake_scope) = old_scope; in ZEND_METHOD()
5099 old_scope = EG(fake_scope); in ZEND_METHOD()
5102 EG(fake_scope) = old_scope; in ZEND_METHOD()
5795 zend_class_entry *old_scope; in ZEND_METHOD() local
5809 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]

Completed in 36 milliseconds