Home
last modified time | relevance | path

Searched refs:fake_scope (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_object_handlers.c196 EG(fake_scope) = NULL; in zend_std_call_getter()
216 EG(fake_scope) = NULL; in zend_std_call_setter()
243 EG(fake_scope) = NULL; in zend_std_call_unsetter()
264 EG(fake_scope) = NULL; in zend_std_call_issetter()
289 if (EG(fake_scope)) { in zend_verify_property_access()
290 scope = EG(fake_scope); in zend_verify_property_access()
296 if (EG(fake_scope)) { in zend_verify_property_access()
369 if (EG(fake_scope)) { in zend_get_property_offset()
370 scope = EG(fake_scope); in zend_get_property_offset()
449 if (EG(fake_scope)) { in zend_get_property_info()
[all …]
H A Dzend_objects.c154 orig_fake_scope = EG(fake_scope); in zend_objects_destroy_object()
155 EG(fake_scope) = NULL; in zend_objects_destroy_object()
165 EG(fake_scope) = orig_fake_scope; in zend_objects_destroy_object()
H A Dzend_API.c1084 EG(fake_scope) = old_scope; in zend_merge_properties()
3856 EG(fake_scope) = scope; in zend_update_property_ex()
3864 EG(fake_scope) = old_scope; in zend_update_property_ex()
3873 EG(fake_scope) = scope; in zend_update_property()
3882 EG(fake_scope) = old_scope; in zend_update_property()
3900 EG(fake_scope) = scope; in zend_unset_property()
3909 EG(fake_scope) = old_scope; in zend_unset_property()
3975 EG(fake_scope) = scope; in zend_update_static_property()
3977 EG(fake_scope) = old_scope; in zend_update_static_property()
4069 EG(fake_scope) = scope; in zend_read_property_ex()
[all …]
H A Dzend_globals.h167 zend_class_entry *fake_scope; /* used to avoid checks accessing properties */ member
H A Dzend_execute_API.c181 EG(fake_scope) = NULL; in init_executor()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c267 if (EG(fake_scope)) { in Transliterator_write_property()
268 scope = EG(fake_scope); in Transliterator_write_property()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c1194 old_scope = EG(fake_scope); in get_zval_property()
1195 EG(fake_scope) = Z_OBJCE_P(object); in get_zval_property()
1202 EG(fake_scope) = old_scope; in get_zval_property()
1213 EG(fake_scope) = old_scope; in get_zval_property()
1229 old_scope = EG(fake_scope); in unset_zval_property()
1230 EG(fake_scope) = Z_OBJCE_P(object); in unset_zval_property()
1232 EG(fake_scope) = old_scope; in unset_zval_property()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c4853 old_scope = EG(fake_scope); in ZEND_METHOD()
4854 EG(fake_scope) = ce; in ZEND_METHOD()
4856 EG(fake_scope) = old_scope; in ZEND_METHOD()
4956 old_scope = EG(fake_scope); in ZEND_METHOD()
4957 EG(fake_scope) = ce; in ZEND_METHOD()
4959 EG(fake_scope) = old_scope; in ZEND_METHOD()

Completed in 79 milliseconds