Searched refs:fake_scope (Results 1 – 9 of 9) sorted by relevance
2 Bug #78868: Calling __autoload() with incorrect EG(fake_scope) value9 $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) =…
236 if (EG(fake_scope)) { in Transliterator_write_property()237 scope = EG(fake_scope); in Transliterator_write_property()
1212 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 …]
166 zend_class_entry *fake_scope; /* used to avoid checks accessing properties */ member
303 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()
176 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()
3896 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 …]
4400 old_fake_scope = EG(fake_scope);4401 EG(fake_scope) = NULL;4415 EG(fake_scope) = old_fake_scope;
2087 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