Home
last modified time | relevance | path

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

/PHP-5.3/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.c628 zend_error(E_COMPILE_ERROR, "Cannot re-assign $this"); in zend_do_assign()
675 zend_error(E_COMPILE_ERROR, "Cannot re-assign $this"); in zend_do_assign()
708 zend_error(E_COMPILE_ERROR, "Cannot re-assign $this"); in zend_do_assign_ref()
716 zend_error(E_COMPILE_ERROR, "Cannot re-assign $this"); in zend_do_assign_ref()
1029 zend_error(E_COMPILE_ERROR, "Cannot use [] for reading"); in zend_do_end_variable_parse()
1040 zend_error(E_COMPILE_ERROR, "Cannot use [] for reading"); in zend_do_end_variable_parse()
1490 zend_error(E_COMPILE_ERROR, "Cannot re-assign $this"); in zend_do_receive_arg()
1497 zend_error(E_COMPILE_ERROR, "Cannot re-assign $this"); in zend_do_receive_arg()
2958 int error_level = compile_time ? E_COMPILE_ERROR : E_ERROR; in do_bind_function()
3107 zend_error(E_COMPILE_ERROR, "Invalid binding type"); in zend_do_early_binding()
[all …]
H A Dzend.c1007 case E_COMPILE_ERROR: in zend_error()
1031 case E_COMPILE_ERROR: in zend_error()
1075 case E_COMPILE_ERROR: in zend_error()
H A Dzend_constants.c107 REGISTER_MAIN_LONG_CONSTANT("E_COMPILE_ERROR", E_COMPILE_ERROR, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_language_scanner.l294 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
305 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
H A Dzend_language_parser.y209 …| T_HALT_COMPILER '(' ')' ';' { zend_error(E_COMPILE_ERROR, "__HALT_COMPILER() can only be used …
H A Dzend_language_scanner.c296 zend_error_noreturn(E_COMPILE_ERROR, "Could not convert the script from the detected " in open_file_for_scanning()
307 zend_error_noreturn(E_COMPILE_ERROR, "zend_stream_mmap() failed"); in open_file_for_scanning()
H A Dzend_vm_execute.h2739 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
3316 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMP_HANDLER()
3785 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_VAR_HANDLER()
4010 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()
4447 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()
10547 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
12360 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
14165 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_VAR_HANDLER()
15064 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()
16560 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name); in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()
H A Dzend_vm_def.h2036 zend_error(E_COMPILE_ERROR, "Cannot call private %s::__construct()", ce->name);
/PHP-5.3/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.3/ext/mbstring/tests/
H A Dcommon.inc17 64 => "Compile Error", // E_COMPILE_ERROR
/PHP-5.3/main/
H A Dmain.c957 case E_COMPILE_ERROR: in php_error_cb()
991 case E_COMPILE_ERROR: in php_error_cb()
1082 case E_COMPILE_ERROR: in php_error_cb()
1106 case E_COMPILE_ERROR: in php_error_cb()
1293 …php_error_docref("function.require" TSRMLS_CC, E_COMPILE_ERROR, "Failed opening required '%s' (inc… in php_message_handler_for_zend()
/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c250 …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.c225 …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.3/
H A Dphp.ini-development503 ; E_COMPILE_ERROR - fatal compile-time errors
515 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A Dphp.ini-production503 ; E_COMPILE_ERROR - fatal compile-time errors
515 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
/PHP-5.3/ext/soap/
H A Dsoap.c2335 error_num == E_COMPILE_ERROR ||
2410 error_num == E_COMPILE_ERROR ||

Completed in 217 milliseconds