Lines Matching refs:EG
184 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_getter()
189 EG(fake_scope) = NULL; in zend_std_call_getter()
213 EG(fake_scope) = orig_fake_scope; in zend_std_call_getter()
220 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_setter()
225 EG(fake_scope) = NULL; in zend_std_call_setter()
251 EG(fake_scope) = orig_fake_scope; in zend_std_call_setter()
258 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_unsetter()
263 EG(fake_scope) = NULL; in zend_std_call_unsetter()
287 EG(fake_scope) = orig_fake_scope; in zend_std_call_unsetter()
294 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_issetter()
299 EG(fake_scope) = NULL; in zend_std_call_issetter()
323 EG(fake_scope) = orig_fake_scope; in zend_std_call_issetter()
334 if (EG(fake_scope)) { in zend_verify_property_access()
335 scope = EG(fake_scope); in zend_verify_property_access()
341 if (EG(fake_scope)) { in zend_verify_property_access()
342 scope = EG(fake_scope); in zend_verify_property_access()
407 if (EG(fake_scope)) { in zend_get_property_offset()
408 scope = EG(fake_scope); in zend_get_property_offset()
486 if (EG(fake_scope)) { in zend_get_property_info()
487 scope = EG(fake_scope); in zend_get_property_info()
666 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
667 retval = &EG(uninitialized_zval); in zend_std_read_property()
688 retval = &EG(uninitialized_zval); in zend_std_read_property()
723 retval = &EG(uninitialized_zval); in zend_std_read_property()
729 retval = &EG(uninitialized_zval); in zend_std_read_property()
737 retval = &EG(uninitialized_zval); in zend_std_read_property()
777 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
852 return &EG(uninitialized_zval); in zend_std_read_dimension()
863 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
909 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
974 retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
1021 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1153 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1154 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
1167 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
1320 (object = zend_get_this_object(EG(current_execute_data))) != NULL && in zend_std_get_static_method()
1473 if (EG(fake_scope)) { in zend_std_get_constructor()
1474 scope = EG(fake_scope); in zend_std_get_constructor()
1492 if (EG(fake_scope)) { in zend_std_get_constructor()
1493 scope = EG(fake_scope); in zend_std_get_constructor()
1646 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
1668 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
1704 …(zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(excepti… in zend_std_cast_object_tostring()
1705 if (UNEXPECTED(EG(exception) != NULL)) { in zend_std_cast_object_tostring()
1708 ZVAL_OBJ(&ex, EG(exception)); in zend_std_cast_object_tostring()
1709 EG(exception) = NULL; in zend_std_cast_object_tostring()