Home
last modified time | relevance | path

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

/PHP-8.2/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 …setValue(null, 2); //causes constant resolving, which runs autoload, all with EG(fake_scope) == "A"
/PHP-8.2/Zend/
H A Dzend_object_handlers.c348 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_offset()
349 scope = EG(fake_scope); in zend_get_property_offset()
444 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_info()
445 scope = EG(fake_scope); in zend_get_property_info()
789 if (UNEXPECTED(EG(fake_scope))) { in verify_readonly_initialization_access()
790 scope = EG(fake_scope); in verify_readonly_initialization_access()
1591 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_static_property_with_info()
1592 scope = EG(fake_scope); in zend_std_get_static_property_with_info()
1680 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_constructor()
1681 scope = EG(fake_scope); in zend_std_get_constructor()
H A Dzend_API.c1381 EG(fake_scope) = old_scope; in zend_merge_properties()
4797 EG(fake_scope) = scope; in zend_update_property_ex()
4801 EG(fake_scope) = old_scope; in zend_update_property_ex()
4810 EG(fake_scope) = scope; in zend_update_property()
4816 EG(fake_scope) = old_scope; in zend_update_property()
4834 EG(fake_scope) = scope; in zend_unset_property()
4840 EG(fake_scope) = old_scope; in zend_unset_property()
4912 EG(fake_scope) = scope; in zend_update_static_property_ex()
4914 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
5006 EG(fake_scope) = scope; in zend_read_property_ex()
[all …]
H A Dzend_globals.h192 zend_class_entry *fake_scope; /* used to avoid checks accessing properties */ member
H A Dzend_execute_API.c182 EG(fake_scope) = NULL; in init_executor()
964 orig_fake_scope = EG(fake_scope); in zend_call_function()
965 EG(fake_scope) = NULL; in zend_call_function()
1026 EG(fake_scope) = orig_fake_scope; in zend_call_function()
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c4180 old_scope = EG(fake_scope); in ZEND_METHOD()
4181 EG(fake_scope) = ce; in ZEND_METHOD()
4183 EG(fake_scope) = old_scope; in ZEND_METHOD()
4216 old_scope = EG(fake_scope); in ZEND_METHOD()
4217 EG(fake_scope) = ce; in ZEND_METHOD()
4219 EG(fake_scope) = old_scope; in ZEND_METHOD()
5013 old_scope = EG(fake_scope); in ZEND_METHOD()
5014 EG(fake_scope) = ce; in ZEND_METHOD()
5016 EG(fake_scope) = old_scope; in ZEND_METHOD()
5092 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c2418 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info()
2419 EG(fake_scope) = scope; in lookup_prop_info()
2421 EG(fake_scope) = prev_scope; in lookup_prop_info()

Completed in 96 milliseconds