Searched refs:E_PARSE (Results 1 – 12 of 12) sorted by relevance
27 #define E_PARSE (1<<2L) macro41 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
1101 case E_PARSE: in zend_error()1131 case E_PARSE: in zend_error()1195 case E_PARSE: in zend_error()1297 if (type == E_PARSE) { in zend_error()
120 REGISTER_MAIN_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
1000 zend_error_helper(E_PARSE, ZSTR_VAL(file), line, "%s", ZSTR_VAL(message)); in zend_exception_error()
2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
13 4 => "Parsing Error", // E_PARSE
1089 case E_PARSE: in php_error_cb()1138 case E_PARSE: in php_error_cb()1181 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()1233 case E_PARSE: in php_error_cb()1249 if (type != E_PARSE) { in php_error_cb()
879 case E_PARSE: in php_sapi_phpdbg_log_message()
1110 case E_PARSE: in php_cli_server_log_response()
2158 error_num == E_PARSE) &&2205 error_num == E_PARSE) {
430 ; E_PARSE - compile-time parse errors
Completed in 53 milliseconds