Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/
H A Dbug78868.phpt2 Bug #78868: Calling __autoload() with incorrect EG(fake_scope) value
9 $this->private++; //fails with EG(fake_scope) != NULL && EG(fake_scope) != "C"
28 $props[0]->setValue(2); //causes constant resolving, which runs autoload, all with EG(fake_scope) =…
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator_class.c236 if (EG(fake_scope)) { in Transliterator_write_property()
237 scope = EG(fake_scope); in Transliterator_write_property()
/PHP-8.0/Zend/
H A Dzend_API.c1212 EG(fake_scope) = old_scope; in zend_merge_properties()
4147 EG(fake_scope) = scope; in zend_update_property_ex()
4151 EG(fake_scope) = old_scope; in zend_update_property_ex()
4160 EG(fake_scope) = scope; in zend_update_property()
4166 EG(fake_scope) = old_scope; in zend_update_property()
4184 EG(fake_scope) = scope; in zend_unset_property()
4190 EG(fake_scope) = old_scope; in zend_unset_property()
4262 EG(fake_scope) = scope; in zend_update_static_property_ex()
4264 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
4356 EG(fake_scope) = scope; in zend_read_property_ex()
[all …]
H A Dzend_globals.h166 zend_class_entry *fake_scope; /* used to avoid checks accessing properties */ member
H A Dzend_object_handlers.c303 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_offset()
304 scope = EG(fake_scope); in zend_get_property_offset()
399 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_info()
400 scope = EG(fake_scope); in zend_get_property_info()
1386 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_static_property_with_info()
1387 scope = EG(fake_scope); in zend_std_get_static_property_with_info()
1473 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_constructor()
1474 scope = EG(fake_scope); in zend_std_get_constructor()
H A Dzend_execute_API.c176 EG(fake_scope) = NULL; in init_executor()
886 orig_fake_scope = EG(fake_scope); in zend_call_function()
887 EG(fake_scope) = NULL; in zend_call_function()
942 EG(fake_scope) = orig_fake_scope; in zend_call_function()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c3896 old_scope = EG(fake_scope); in ZEND_METHOD()
3897 EG(fake_scope) = ce; in ZEND_METHOD()
3899 EG(fake_scope) = old_scope; in ZEND_METHOD()
3933 old_scope = EG(fake_scope); in ZEND_METHOD()
3934 EG(fake_scope) = ce; in ZEND_METHOD()
3936 EG(fake_scope) = old_scope; in ZEND_METHOD()
4718 old_scope = EG(fake_scope); in ZEND_METHOD()
4719 EG(fake_scope) = ce; in ZEND_METHOD()
4721 EG(fake_scope) = old_scope; in ZEND_METHOD()
4797 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4400 old_fake_scope = EG(fake_scope);
4401 EG(fake_scope) = NULL;
4415 EG(fake_scope) = old_fake_scope;
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_inference.c2087 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info()
2088 EG(fake_scope) = scope; in lookup_prop_info()
2090 EG(fake_scope) = prev_scope; in lookup_prop_info()

Completed in 95 milliseconds