Home
last modified time | relevance | path

Searched refs:E_COMPILE_ERROR (Results 1 – 24 of 24) sorted by relevance

/php-src/Zend/
H A Dzend_errors.h29 #define E_COMPILE_ERROR (1<<6L) macro
42 …R | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_W…
46 #define E_FATAL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERR…
H A Dzend_compile.c106 zend_error_noreturn(E_COMPILE_ERROR, in zend_stack_limit_error()
236 zend_error_noreturn(E_COMPILE_ERROR, in zend_assert_valid_class_name()
1482 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator()
3265 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
3273 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
3283 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
3290 zend_error(E_COMPILE_ERROR, in zend_compile_list_assign()
7780 zend_error(E_COMPILE_ERROR, in zend_begin_func_decl()
9524 zend_error(E_COMPILE_ERROR, in zend_compile_conditional()
9528 zend_error(E_COMPILE_ERROR, in zend_compile_conditional()
[all …]
H A Dzend_constants.stub.php45 const E_COMPILE_ERROR = UNKNOWN; define
H A Dzend_constants_arginfo.h12 REGISTER_LONG_CONSTANT("E_COMPILE_ERROR", E_COMPILE_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend_inheritance.c1271 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_property_error()
1296 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_property()
1326 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_property()
1387 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_class_constant_error()
1734 zend_error_noreturn(E_COMPILE_ERROR, in do_inherit_constant_check()
2183 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
2219 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
2283 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
2288 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
2371 zend_error_noreturn(E_COMPILE_ERROR, in emit_incompatible_trait_constant_error()
[all …]
H A Dzend_enum.c31 …zend_error_noreturn(E_COMPILE_ERROR, "Enum %s cannot include magic method %s", ZSTR_VAL(ce->name),…
75 zend_error_noreturn(E_COMPILE_ERROR, "Enum %s cannot include properties", in zend_verify_enum_properties()
107 …zend_error_noreturn(E_COMPILE_ERROR, "Enum %s cannot include magic method %s", ZSTR_VAL(ce->name),… in zend_verify_enum_magic_methods()
115 zend_error_noreturn(E_COMPILE_ERROR, in zend_verify_enum_interfaces()
428 …zend_error_noreturn(E_COMPILE_ERROR, "Cannot redeclare %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(nam… in zend_enum_register_func()
H A Dzend_language_scanner.l556 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
566 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
747 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
881 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
H A Dzend_opcode.c686 zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed"); in zend_check_finally_breakout()
694 zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed"); in zend_check_finally_breakout()
H A Dzend.c1465 case E_COMPILE_ERROR: in zend_error_zstr_at()
1574 case E_COMPILE_ERROR: in get_filename_lineno()
H A Dzend_exceptions.c907 int type = (ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR) | E_DONT_BAIL; in zend_exception_error()
H A Dzend_API.c4731 …zend_error_noreturn(E_COMPILE_ERROR, "Access type for interface constant %s::%s must be public", Z… in zend_declare_typed_class_constant()
4736 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_typed_class_constant()
4768 zend_error_noreturn(ce->type == ZEND_INTERNAL_CLASS ? E_CORE_ERROR : E_COMPILE_ERROR, in zend_declare_typed_class_constant()
H A Dzend_ast.c769 zend_error_noreturn(E_COMPILE_ERROR, "Cannot use [] for reading"); in zend_ast_evaluate_inner()
/php-src/Zend/tests/
H A Dalternative_offset_syntax_in_encaps_string.phpt2 Alternative offset syntax should emit only E_COMPILE_ERROR in string interpolation
H A Dalternative_offset_syntax_compile_error_outside_const_expr.phpt2 Alternative offset syntax should emit E_COMPILE_ERROR outside const expression
H A Dalternative_offset_syntax_compile_error_in_const_expr.phpt2 Alternative offset syntax should emit E_COMPILE_ERROR in const expression
H A DErrorException_getSeverity.phpt136 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_COMPILE_ERROR);
139 var_dump($e->getSeverity() === E_COMPILE_ERROR);
328 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_COMPILE_ERROR, __FILE__);
331 var_dump($e->getSeverity() === E_COMPILE_ERROR);
520 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_COMPILE_ERROR, __FILE__, __L…
523 var_dump($e->getSeverity() === E_COMPILE_ERROR);
737 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_COMPILE_ERROR, __FILE__, __L…
740 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_COMPILE_ERROR, __FILE__, __L…
743 var_dump($e->getSeverity() === E_COMPILE_ERROR);
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
/php-src/ext/opcache/tests/
H A Dgh8063-001.phpt2 Bug GH-8063 (Opcache breaks autoloading after E_COMPILE_ERROR) 001
H A Dgh8063-002.phpt2 Bug GH-8063 (Opcache breaks autoloading after E_COMPILE_ERROR) 002
H A Dgh8063-003.phpt2 Bug GH-8063 (Opcache breaks autoloading after E_COMPILE_ERROR) 003
/php-src/main/
H A Dmain.c1220 case E_COMPILE_ERROR: in report_zend_debug_error_notify_cb()
1305 case E_COMPILE_ERROR: in php_error_cb()
1402 case E_COMPILE_ERROR: in php_error_cb()
1421 if (CG(in_compilation) && (type == E_COMPILE_ERROR || type == E_PARSE)) { in php_error_cb()
/php-src/ext/zend_test/
H A Dtest.c813 zend_error(E_COMPILE_ERROR, "Only classes can be marked with #[ZendTestAttribute]"); in zend_attribute_validate_zendtestattribute()
/php-src/
H A Dphp.ini-development481 ; E_COMPILE_ERROR - fatal compile-time errors
494 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A Dphp.ini-production483 ; E_COMPILE_ERROR - fatal compile-time errors
496 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)

Completed in 223 milliseconds