Searched refs:fake_scope (Results 1 – 12 of 12) 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) =…
190 EG(fake_scope) = NULL; in zend_std_call_getter()226 EG(fake_scope) = NULL; in zend_std_call_setter()264 EG(fake_scope) = NULL; in zend_std_call_unsetter()300 EG(fake_scope) = NULL; in zend_std_call_issetter()415 scope = EG(fake_scope); in zend_get_property_offset()511 scope = EG(fake_scope); in zend_get_property_info()1512 scope = EG(fake_scope); in zend_std_get_static_property_with_info()1596 scope = EG(fake_scope); in zend_std_get_constructor()1814 zend_class_entry *fake_scope = EG(fake_scope); in zend_std_cast_object_tostring() local1815 EG(fake_scope) = NULL; in zend_std_cast_object_tostring()[all …]
162 orig_fake_scope = EG(fake_scope); in zend_objects_destroy_object()163 EG(fake_scope) = NULL; in zend_objects_destroy_object()190 EG(fake_scope) = orig_fake_scope; in zend_objects_destroy_object()
1184 EG(fake_scope) = old_scope; in zend_merge_properties()4118 EG(fake_scope) = scope; in zend_update_property_ex()4123 EG(fake_scope) = old_scope; in zend_update_property_ex()4132 EG(fake_scope) = scope; in zend_update_property()4138 EG(fake_scope) = old_scope; in zend_update_property()4156 EG(fake_scope) = scope; in zend_unset_property()4162 EG(fake_scope) = old_scope; in zend_unset_property()4234 EG(fake_scope) = scope; in zend_update_static_property_ex()4236 EG(fake_scope) = old_scope; in zend_update_static_property_ex()4328 EG(fake_scope) = scope; in zend_read_property_ex()[all …]
165 zend_class_entry *fake_scope; /* used to avoid checks accessing properties */ member
175 EG(fake_scope) = NULL; in init_executor()999 orig_fake_scope = EG(fake_scope); in zend_lookup_class_ex()1000 EG(fake_scope) = NULL; in zend_lookup_class_ex()1006 EG(fake_scope) = orig_fake_scope; in zend_lookup_class_ex()
1377 orig_fake_scope = EG(fake_scope); in zend_error_va_list()1378 EG(fake_scope) = NULL; in zend_error_va_list()1392 EG(fake_scope) = orig_fake_scope; in zend_error_va_list()
265 if (EG(fake_scope)) { in Transliterator_write_property()266 scope = EG(fake_scope); in Transliterator_write_property()
3854 old_scope = EG(fake_scope); in ZEND_METHOD()3855 EG(fake_scope) = ce; in ZEND_METHOD()3857 EG(fake_scope) = old_scope; in ZEND_METHOD()3892 old_scope = EG(fake_scope); in ZEND_METHOD()3893 EG(fake_scope) = ce; in ZEND_METHOD()3895 EG(fake_scope) = old_scope; in ZEND_METHOD()4681 old_scope = EG(fake_scope); in ZEND_METHOD()4682 EG(fake_scope) = ce; in ZEND_METHOD()4684 EG(fake_scope) = old_scope; in ZEND_METHOD()4784 old_scope = EG(fake_scope); in ZEND_METHOD()[all …]
4302 old_fake_scope = EG(fake_scope); in preload_autoload()4303 EG(fake_scope) = NULL; in preload_autoload()4317 EG(fake_scope) = old_fake_scope; in preload_autoload()
2314 zend_class_entry *prev_scope = EG(fake_scope); in lookup_prop_info()2315 EG(fake_scope) = scope; in lookup_prop_info()2317 EG(fake_scope) = prev_scope; in lookup_prop_info()
1266 . Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value).
Completed in 82 milliseconds