Home
last modified time | relevance | path

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

/PHP-5.5/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_compile.c961 zend_error(E_COMPILE_ERROR, "Cannot re-assign $this"); in zend_do_assign()
2157 zend_error(E_COMPILE_ERROR, in zend_do_resolve_class_name()
2163 zend_error(E_COMPILE_ERROR, in zend_do_resolve_class_name()
2563 zend_error(E_COMPILE_ERROR, in zend_do_pass_param()
4106 zend_error(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
4131 zend_error(E_COMPILE_ERROR, in zend_traits_init_trait_structures()
4333 zend_error(E_COMPILE_ERROR, in zend_do_traits_property_binding()
4382 zend_error(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing()
4401 zend_error(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing()
4406 zend_error(E_COMPILE_ERROR, in zend_do_check_for_inconsistent_traits_aliasing()
[all …]
H A Dzend_opcode.c504 zend_error_noreturn(E_COMPILE_ERROR, "jump into a finally block is disallowed"); in zend_check_finally_breakout()
512 zend_error_noreturn(E_COMPILE_ERROR, "jump out of a finally block is disallowed"); in zend_check_finally_breakout()
782 zend_error(E_COMPILE_ERROR, "Generators cannot return values using \"return\""); in pass_two()
H A Dzend.c1046 case E_COMPILE_ERROR: in zend_error()
1070 case E_COMPILE_ERROR: in zend_error()
1125 case E_COMPILE_ERROR: in zend_error()
H A Dzend_language_scanner.l516 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
526 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
684 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
853 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
H A Dzend_constants.c109 REGISTER_MAIN_LONG_CONSTANT("E_COMPILE_ERROR", E_COMPILE_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_language_parser.y273 …| T_HALT_COMPILER '(' ')' ';' { zend_error(E_COMPILE_ERROR, "__HALT_COMPILER() can only be used …
1199 …| expr_without_variable { zend_error(E_COMPILE_ERROR, "Cannot use isset() on the result of an expr…
H A Dzend_language_scanner.c518 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
528 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
686 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_prepare_string_for_scanning()
855 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in zend_multibyte_yyinput_again()
/PHP-5.5/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-5.5/ext/mbstring/tests/
H A Dcommon.inc17 64 => "Compile Error", // E_COMPILE_ERROR
/PHP-5.5/main/
H A Dmain.c1000 case E_COMPILE_ERROR: in php_error_cb()
1034 case E_COMPILE_ERROR: in php_error_cb()
1118 case E_COMPILE_ERROR: in php_error_cb()
1142 case E_COMPILE_ERROR: in php_error_cb()
1403 …php_error_docref("function.require" TSRMLS_CC, E_COMPILE_ERROR, "Failed opening required '%s' (inc… in php_message_handler_for_zend()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c267 …php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of … in spl_fixedarray_object_new_ex()
H A Dspl_dllist.c428 …php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of … in spl_dllist_object_new_ex()
H A Dspl_heap.c455 …php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of … in spl_heap_object_new_ex()
H A Dspl_array.c227 …php_error_docref(NULL TSRMLS_CC, E_COMPILE_ERROR, "Internal compiler error, Class is not child of … in spl_array_object_new_ex()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1195 case E_COMPILE_ERROR: in php_cli_server_log_response()
/PHP-5.5/
H A Dphp.ini-development431 ; E_COMPILE_ERROR - fatal compile-time errors
444 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A Dphp.ini-production431 ; E_COMPILE_ERROR - fatal compile-time errors
444 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
/PHP-5.5/ext/soap/
H A Dsoap.c2156 error_num == E_COMPILE_ERROR ||
2228 error_num == E_COMPILE_ERROR ||

Completed in 126 milliseconds