Home
last modified time | relevance | path

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

/PHP-8.3/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.3/Zend/
H A Dzend_object_handlers.c349 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_offset()
350 scope = EG(fake_scope); in zend_get_property_offset()
445 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_info()
446 scope = EG(fake_scope); in zend_get_property_info()
790 if (UNEXPECTED(EG(fake_scope))) { in verify_readonly_initialization_access()
791 scope = EG(fake_scope); in verify_readonly_initialization_access()
1596 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_static_property_with_info()
1597 scope = EG(fake_scope); in zend_std_get_static_property_with_info()
1685 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_constructor()
1686 scope = EG(fake_scope); in zend_std_get_constructor()
H A Dzend_API.c1355 EG(fake_scope) = old_scope; in zend_merge_properties()
4767 EG(fake_scope) = scope; in zend_update_property_ex()
4771 EG(fake_scope) = old_scope; in zend_update_property_ex()
4780 EG(fake_scope) = scope; in zend_update_property()
4786 EG(fake_scope) = old_scope; in zend_update_property()
4804 EG(fake_scope) = scope; in zend_unset_property()
4810 EG(fake_scope) = old_scope; in zend_unset_property()
4882 EG(fake_scope) = scope; in zend_update_static_property_ex()
4884 EG(fake_scope) = old_scope; in zend_update_static_property_ex()
4976 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.c181 EG(fake_scope) = NULL; in init_executor()
950 orig_fake_scope = EG(fake_scope); in zend_call_function()
951 EG(fake_scope) = NULL; in zend_call_function()
1012 EG(fake_scope) = orig_fake_scope; in zend_call_function()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c4187 old_scope = EG(fake_scope); in ZEND_METHOD()
4188 EG(fake_scope) = ce; in ZEND_METHOD()
4190 EG(fake_scope) = old_scope; in ZEND_METHOD()
4223 old_scope = EG(fake_scope); in ZEND_METHOD()
4224 EG(fake_scope) = ce; in ZEND_METHOD()
4226 EG(fake_scope) = old_scope; in ZEND_METHOD()
5020 old_scope = EG(fake_scope); in ZEND_METHOD()
5021 EG(fake_scope) = ce; in ZEND_METHOD()
5023 EG(fake_scope) = old_scope; in ZEND_METHOD()
5099 old_scope = EG(fake_scope); in ZEND_METHOD()
[all …]
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c2413 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info()
2414 EG(fake_scope) = scope; in lookup_prop_info()
2416 EG(fake_scope) = prev_scope; in lookup_prop_info()

Completed in 62 milliseconds