Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_errors.h31 #define E_COMPILE_ERROR (1<<6L) macro
41 …R | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_W…
H A Dzend_inheritance.c589 error_level = E_COMPILE_ERROR; in do_inheritance_check_on_method()
594 error_level = E_COMPILE_ERROR; in do_inheritance_check_on_method()
648 zend_error_noreturn(E_COMPILE_ERROR, "Cannot redeclare %s%s::$%s as %s%s::$%s", in do_inherit_property()
1149 zend_error_noreturn(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s", in zend_add_trait_method()
1156 zend_error_noreturn(E_COMPILE_ERROR, "Declaration of %s must be compatible with %s", in zend_add_trait_method()
1324 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
1348 zend_error_noreturn(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
1557 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_traits_property_binding()
1602 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing()
1620 zend_error_noreturn(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing()
[all …]
H A Dzend_compile.c180 zend_error_noreturn(E_COMPILE_ERROR, in zend_assert_valid_class_name()
1148 zend_error_noreturn(E_COMPILE_ERROR, in zend_mark_function_as_generator()
1380 zend_error_noreturn(E_COMPILE_ERROR, in zend_try_compile_const_expr_resolve_class_name()
2750 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_args()
5066 zend_error(E_COMPILE_ERROR, in zend_compile_class_const_decl()
5769 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_halt_compiler()
6379 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_yield_from()
6398 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_instanceof()
6687 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_class_const()
6921 zend_error_noreturn(E_COMPILE_ERROR, in zend_compile_const_expr_class_const()
[all …]
H A Dzend.c1082 case E_COMPILE_ERROR: in zend_error()
1112 case E_COMPILE_ERROR: in zend_error()
1178 case E_COMPILE_ERROR: in zend_error()
H A Dzend_language_scanner.l534 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
544 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
696 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
863 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
H A Dzend_opcode.c502 zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed"); in zend_check_finally_breakout()
510 zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed"); in zend_check_finally_breakout()
H A Dzend_constants.c126 REGISTER_MAIN_LONG_CONSTANT("E_COMPILE_ERROR", E_COMPILE_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_language_parser.y411 { $$ = NULL; zend_error_noreturn(E_COMPILE_ERROR,
H A Dzend_language_scanner.c536 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
546 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
698 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
865 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
H A Dzend_ast.c424 zend_error_noreturn(E_COMPILE_ERROR, "Cannot use [] for reading"); in zend_ast_evaluate()
/PHP-7.0/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-7.0/ext/mbstring/tests/
H A Dcommon.inc17 64 => "Compile Error", // E_COMPILE_ERROR
/PHP-7.0/main/
H A Dmain.c1047 case E_COMPILE_ERROR: in php_error_cb()
1081 case E_COMPILE_ERROR: in php_error_cb()
1162 case E_COMPILE_ERROR: in php_error_cb()
1186 case E_COMPILE_ERROR: in php_error_cb()
1451 …php_error_docref("function.require", E_COMPILE_ERROR, "Failed opening required '%s' (include_path=… in php_message_handler_for_zend()
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c254 …php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplFixedAr… in spl_fixedarray_object_new_ex()
H A Dspl_heap.c420 php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplHeap"); in spl_heap_object_new_ex()
H A Dspl_dllist.c425 …php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of SplDoublyL… in spl_dllist_object_new_ex()
H A Dspl_array.c221 …php_error_docref(NULL, E_COMPILE_ERROR, "Internal compiler error, Class is not child of ArrayObjec… in spl_array_object_new_ex()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c842 case E_COMPILE_ERROR: in php_sapi_phpdbg_log_message()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c1090 case E_COMPILE_ERROR: in php_cli_server_log_response()
/PHP-7.0/
H A Dphp.ini-development427 ; E_COMPILE_ERROR - fatal compile-time errors
440 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A Dphp.ini-production427 ; E_COMPILE_ERROR - fatal compile-time errors
440 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
/PHP-7.0/ext/soap/
H A Dsoap.c2159 error_num == E_COMPILE_ERROR ||
2226 error_num == E_COMPILE_ERROR ||

Completed in 218 milliseconds