Lines Matching refs:EG

292 		if (!EG(exception)) {  in zend_deprecated_dynamic_property()
348 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_offset()
349 scope = EG(fake_scope); in zend_get_property_offset()
444 if (UNEXPECTED(EG(fake_scope))) { in zend_get_property_info()
445 scope = EG(fake_scope); in zend_get_property_info()
636 retval = &EG(uninitialized_zval); in zend_std_read_property()
644 retval = &EG(uninitialized_zval); in zend_std_read_property()
647 retval = &EG(uninitialized_zval); in zend_std_read_property()
683 } else if (UNEXPECTED(EG(exception))) { in zend_std_read_property()
684 retval = &EG(uninitialized_zval); in zend_std_read_property()
702 retval = &EG(uninitialized_zval); in zend_std_read_property()
737 retval = &EG(uninitialized_zval); in zend_std_read_property()
749 ZEND_ASSERT(EG(exception)); in zend_std_read_property()
750 retval = &EG(uninitialized_zval); in zend_std_read_property()
765 retval = &EG(uninitialized_zval); in zend_std_read_property()
773 zend_execute_data *execute_data = EG(current_execute_data); in property_uses_strict_types()
776 && ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data)); in property_uses_strict_types()
783 if (UNEXPECTED(EG(fake_scope))) { in verify_readonly_initialization_access()
784 scope = EG(fake_scope); in verify_readonly_initialization_access()
827 variable_ptr = &EG(error_zval); in zend_std_write_property()
839 variable_ptr = &EG(error_zval); in zend_std_write_property()
844 variable_ptr = &EG(error_zval); in zend_std_write_property()
859 zend_execute_data *execute_data = EG(current_execute_data); in zend_std_write_property()
894 } else if (UNEXPECTED(EG(exception))) { in zend_std_write_property()
895 variable_ptr = &EG(error_zval); in zend_std_write_property()
915 ZEND_ASSERT(EG(exception)); in zend_std_write_property()
916 variable_ptr = &EG(error_zval); in zend_std_write_property()
930 variable_ptr = &EG(error_zval); in zend_std_write_property()
942 variable_ptr = &EG(error_zval); in zend_std_write_property()
958 variable_ptr = &EG(error_zval); in zend_std_write_property()
963 variable_ptr = &EG(error_zval); in zend_std_write_property()
1014 return &EG(uninitialized_zval); in zend_std_read_dimension()
1025 if (UNEXPECTED(!EG(exception))) { in zend_std_read_dimension()
1074 if (check_empty && result && EXPECTED(!EG(exception))) { in zend_std_has_dimension()
1114 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1152 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1156 return &EG(error_zval); in zend_std_get_property_ptr_ptr()
1165 retval = zend_hash_add(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
1168 retval = &EG(error_zval); in zend_std_get_property_ptr_ptr()
1230 } else if (UNEXPECTED(EG(exception))) { in zend_std_unset_property()
1245 ZEND_ASSERT(EG(exception)); in zend_std_unset_property()
1333 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_get_call_trampoline_func()
1334 func = &EG(trampoline).op_array; in zend_get_call_trampoline_func()
1347 func->opcodes = &EG(call_trampoline_op); in zend_get_call_trampoline_func()
1484 (object = zend_get_this_object(EG(current_execute_data))) != NULL && in get_static_method_fallback()
1541 if (EG(exception)) { in zend_std_get_static_method()
1587 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_static_property_with_info()
1588 scope = EG(fake_scope); in zend_std_get_static_property_with_info()
1676 if (UNEXPECTED(EG(fake_scope))) { in zend_std_get_constructor()
1677 scope = EG(fake_scope); in zend_std_get_constructor()
1874 } else if (UNEXPECTED(EG(exception))) { in zend_std_has_property()
1893 if (EXPECTED(!EG(exception)) && zobj->ce->__get && !((*guard) & IN_GET)) { in zend_std_has_property()
1934 if (!EG(exception)) { in zend_std_cast_object_tostring()