Lines Matching refs:EG

199 	zend_class_entry *orig_fake_scope = EG(fake_scope);  in zend_std_call_getter()
201 EG(fake_scope) = NULL; in zend_std_call_getter()
210 EG(fake_scope) = orig_fake_scope; in zend_std_call_getter()
217 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_setter()
219 EG(fake_scope) = NULL; in zend_std_call_setter()
227 EG(fake_scope) = orig_fake_scope; in zend_std_call_setter()
234 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_unsetter()
236 EG(fake_scope) = NULL; in zend_std_call_unsetter()
248 EG(fake_scope) = orig_fake_scope; in zend_std_call_unsetter()
255 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_issetter()
257 EG(fake_scope) = NULL; in zend_std_call_issetter()
271 EG(fake_scope) = orig_fake_scope; in zend_std_call_issetter()
282 if (EG(fake_scope)) { in zend_verify_property_access()
283 scope = EG(fake_scope); in zend_verify_property_access()
289 if (EG(fake_scope)) { in zend_verify_property_access()
290 scope = EG(fake_scope); in zend_verify_property_access()
362 if (EG(fake_scope)) { in zend_get_property_offset()
363 scope = EG(fake_scope); in zend_get_property_offset()
442 if (EG(fake_scope)) { in zend_get_property_info()
443 scope = EG(fake_scope); in zend_get_property_info()
601 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
602 retval = &EG(uninitialized_zval); in zend_std_read_property()
626 retval = &EG(uninitialized_zval); in zend_std_read_property()
660 retval = &EG(uninitialized_zval); in zend_std_read_property()
667 retval = &EG(uninitialized_zval); in zend_std_read_property()
677 retval = &EG(uninitialized_zval); in zend_std_read_property()
725 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
805 return &EG(uninitialized_zval); in zend_std_read_dimension()
816 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
865 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
942 retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
999 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1136 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1137 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
1150 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
1305 (object = zend_get_this_object(EG(current_execute_data))) != NULL && in zend_std_get_static_method()
1430 if (EG(fake_scope)) { in zend_std_get_constructor()
1431 scope = EG(fake_scope); in zend_std_get_constructor()
1449 if (EG(fake_scope)) { in zend_std_get_constructor()
1450 scope = EG(fake_scope); in zend_std_get_constructor()
1578 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
1603 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
1646 …(zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(excepti… in zend_std_cast_object_tostring()
1647 if (UNEXPECTED(EG(exception) != NULL)) { in zend_std_cast_object_tostring()
1650 ZVAL_OBJ(&ex, EG(exception)); in zend_std_cast_object_tostring()
1651 EG(exception) = NULL; in zend_std_cast_object_tostring()