Home
last modified time | relevance | path

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

/php-src/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-src/ext/reflection/
H A Dphp_reflection.c4126 old_scope = EG(fake_scope); in ZEND_METHOD()
4129 EG(fake_scope) = old_scope; in ZEND_METHOD()
4162 old_scope = EG(fake_scope); in ZEND_METHOD()
4165 EG(fake_scope) = old_scope; in ZEND_METHOD()
4929 old_scope = EG(fake_scope); in ZEND_METHOD()
4932 EG(fake_scope) = old_scope; in ZEND_METHOD()
5006 old_scope = EG(fake_scope); in ZEND_METHOD()
5009 EG(fake_scope) = old_scope; in ZEND_METHOD()
6119 zend_class_entry *old_scope; in ZEND_METHOD() local
6133 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]

Completed in 41 milliseconds