Lines Matching refs:EG

185 	zend_class_entry *orig_fake_scope = EG(fake_scope);  in zend_std_call_getter()
190 EG(fake_scope) = NULL; in zend_std_call_getter()
214 EG(fake_scope) = orig_fake_scope; in zend_std_call_getter()
221 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_setter()
226 EG(fake_scope) = NULL; in zend_std_call_setter()
252 EG(fake_scope) = orig_fake_scope; in zend_std_call_setter()
259 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_unsetter()
264 EG(fake_scope) = NULL; in zend_std_call_unsetter()
288 EG(fake_scope) = orig_fake_scope; in zend_std_call_unsetter()
295 zend_class_entry *orig_fake_scope = EG(fake_scope); in zend_std_call_issetter()
300 EG(fake_scope) = NULL; in zend_std_call_issetter()
324 EG(fake_scope) = orig_fake_scope; in zend_std_call_issetter()
414 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_offset()
415 scope = EG(fake_scope); in zend_get_property_offset()
510 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_info()
511 scope = EG(fake_scope); in zend_get_property_info()
671 return &EG(uninitialized_zval); in zend_std_read_property()
718 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
719 retval = &EG(uninitialized_zval); in zend_std_read_property()
740 retval = &EG(uninitialized_zval); in zend_std_read_property()
775 retval = &EG(uninitialized_zval); in zend_std_read_property()
787 ZEND_ASSERT(EG(exception)); in zend_std_read_property()
788 retval = &EG(uninitialized_zval); in zend_std_read_property()
803 retval = &EG(uninitialized_zval); in zend_std_read_property()
813 zend_execute_data *execute_data = EG(current_execute_data); in property_uses_strict_types()
816 && ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)); in property_uses_strict_types()
845 variable_ptr = &EG(error_zval); in zend_std_write_property()
874 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
875 variable_ptr = &EG(error_zval); in zend_std_write_property()
895 ZEND_ASSERT(EG(exception)); in zend_std_write_property()
896 variable_ptr = &EG(error_zval); in zend_std_write_property()
964 return &EG(uninitialized_zval); in zend_std_read_dimension()
975 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
1023 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
1049 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1070 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1099 retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
1107 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1165 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1180 ZEND_ASSERT(EG(exception)); in zend_std_unset_property()
1270 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1271 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
1284 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
1426 (object = zend_get_this_object(EG(current_execute_data))) != NULL && in zend_std_get_static_method()
1511 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_static_property_with_info()
1512 scope = EG(fake_scope); in zend_std_get_static_property_with_info()
1595 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_constructor()
1596 scope = EG(fake_scope); in zend_std_get_constructor()
1756 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
1778 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
1814 zend_class_entry *fake_scope = EG(fake_scope); in zend_std_cast_object_tostring()
1815 EG(fake_scope) = NULL; in zend_std_cast_object_tostring()
1817 EG(fake_scope) = fake_scope; in zend_std_cast_object_tostring()
1823 if (!EG(exception)) { in zend_std_cast_object_tostring()