Lines Matching refs:EG
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()
600 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
601 retval = &EG(uninitialized_zval); in zend_std_read_property()
622 retval = &EG(uninitialized_zval); in zend_std_read_property()
657 retval = &EG(uninitialized_zval); in zend_std_read_property()
669 ZEND_ASSERT(EG(exception)); in zend_std_read_property()
670 retval = &EG(uninitialized_zval); in zend_std_read_property()
685 retval = &EG(uninitialized_zval); in zend_std_read_property()
695 zend_execute_data *execute_data = EG(current_execute_data); in property_uses_strict_types()
698 && ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)); in property_uses_strict_types()
719 variable_ptr = &EG(error_zval); in zend_std_write_property()
747 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
748 variable_ptr = &EG(error_zval); in zend_std_write_property()
768 ZEND_ASSERT(EG(exception)); in zend_std_write_property()
769 variable_ptr = &EG(error_zval); in zend_std_write_property()
794 variable_ptr = &EG(error_zval); in zend_std_write_property()
842 return &EG(uninitialized_zval); in zend_std_read_dimension()
853 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
899 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
938 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
965 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
970 retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
978 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1027 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1042 ZEND_ASSERT(EG(exception)); in zend_std_unset_property()
1129 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1130 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
1143 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
1300 (object = zend_get_this_object(EG(current_execute_data))) != NULL && in zend_std_get_static_method()
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()
1678 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
1700 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
1742 if (!EG(exception)) { in zend_std_cast_object_tostring()