Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.c1202 zend_class_entry *old_scope = EG(fake_scope); in zend_merge_properties() local
1212 EG(fake_scope) = old_scope; in zend_merge_properties()
4145 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property_ex() local
4151 EG(fake_scope) = old_scope; in zend_update_property_ex()
4158 zend_class_entry *old_scope = EG(fake_scope); in zend_update_property() local
4166 EG(fake_scope) = old_scope; in zend_update_property()
4182 zend_class_entry *old_scope = EG(fake_scope); in zend_unset_property() local
4190 EG(fake_scope) = old_scope; in zend_unset_property()
4264 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
4360 EG(fake_scope) = old_scope; in zend_read_property_ex()
[all …]
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3896 old_scope = EG(fake_scope); in ZEND_METHOD()
3899 EG(fake_scope) = old_scope; in ZEND_METHOD()
3933 old_scope = EG(fake_scope); in ZEND_METHOD()
3936 EG(fake_scope) = old_scope; in ZEND_METHOD()
4718 old_scope = EG(fake_scope); in ZEND_METHOD()
4721 EG(fake_scope) = old_scope; in ZEND_METHOD()
4797 old_scope = EG(fake_scope); in ZEND_METHOD()
4800 EG(fake_scope) = old_scope; in ZEND_METHOD()
5469 zend_class_entry *old_scope; in ZEND_METHOD() local
5483 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]

Completed in 39 milliseconds