Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_API.c1171 zend_class_entry *old_scope = EG(fake_scope); in zend_merge_properties() local
1184 EG(fake_scope) = old_scope; in zend_merge_properties()
4116 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property_ex() local
4123 EG(fake_scope) = old_scope; in zend_update_property_ex()
4130 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property() local
4138 EG(fake_scope) = old_scope; in zend_update_property()
4154 zend_class_entry *old_scope = EG(fake_scope); in zend_unset_property() local
4162 EG(fake_scope) = old_scope; in zend_unset_property()
4236 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
4333 EG(fake_scope) = old_scope; in zend_read_property_ex()
[all …]
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c3854 old_scope = EG(fake_scope); in ZEND_METHOD()
3857 EG(fake_scope) = old_scope; in ZEND_METHOD()
3892 old_scope = EG(fake_scope); in ZEND_METHOD()
3895 EG(fake_scope) = old_scope; in ZEND_METHOD()
4681 old_scope = EG(fake_scope); in ZEND_METHOD()
4684 EG(fake_scope) = old_scope; in ZEND_METHOD()
4784 old_scope = EG(fake_scope); in ZEND_METHOD()
4787 EG(fake_scope) = old_scope; in ZEND_METHOD()
5581 zend_class_entry *old_scope; in ZEND_METHOD() local
5593 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]

Completed in 39 milliseconds