Lines Matching refs:EG

330 		if (UNEXPECTED(EG(fake_scope))) {  in zend_get_property_offset()
331 scope = EG(fake_scope); in zend_get_property_offset()
426 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_info()
427 scope = EG(fake_scope); in zend_get_property_info()
602 retval = &EG(uninitialized_zval); in zend_std_read_property()
610 retval = &EG(uninitialized_zval); in zend_std_read_property()
613 retval = &EG(uninitialized_zval); in zend_std_read_property()
650 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
651 retval = &EG(uninitialized_zval); in zend_std_read_property()
672 retval = &EG(uninitialized_zval); in zend_std_read_property()
707 retval = &EG(uninitialized_zval); in zend_std_read_property()
719 ZEND_ASSERT(EG(exception)); in zend_std_read_property()
720 retval = &EG(uninitialized_zval); in zend_std_read_property()
735 retval = &EG(uninitialized_zval); in zend_std_read_property()
745 zend_execute_data *execute_data = EG(current_execute_data); in property_uses_strict_types()
748 && ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)); in property_uses_strict_types()
755 if (UNEXPECTED(EG(fake_scope))) { in verify_readonly_initialization_access()
756 scope = EG(fake_scope); in verify_readonly_initialization_access()
799 variable_ptr = &EG(error_zval); in zend_std_write_property()
806 variable_ptr = &EG(error_zval); in zend_std_write_property()
834 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
835 variable_ptr = &EG(error_zval); in zend_std_write_property()
855 ZEND_ASSERT(EG(exception)); in zend_std_write_property()
856 variable_ptr = &EG(error_zval); in zend_std_write_property()
870 variable_ptr = &EG(error_zval); in zend_std_write_property()
888 variable_ptr = &EG(error_zval); in zend_std_write_property()
936 return &EG(uninitialized_zval); in zend_std_read_dimension()
947 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
993 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
1032 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1067 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1072 retval = zend_hash_update(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
1080 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1138 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1153 ZEND_ASSERT(EG(exception)); in zend_std_unset_property()
1240 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1241 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
1254 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
1391 (object = zend_get_this_object(EG(current_execute_data))) != NULL && in get_static_method_fallback()
1448 if (EG(exception)) { in zend_std_get_static_method()
1494 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_static_property_with_info()
1495 scope = EG(fake_scope); in zend_std_get_static_property_with_info()
1583 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_constructor()
1584 scope = EG(fake_scope); in zend_std_get_constructor()
1793 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
1815 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
1857 if (!EG(exception)) { in zend_std_cast_object_tostring()