Home
last modified time | relevance | path

Searched refs:E_PARSE (Results 1 – 12 of 12) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_errors.h27 #define E_PARSE (1<<2L) macro
41 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
H A Dzend.c1101 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()
H A Dzend_constants.c120 REGISTER_MAIN_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_exceptions.c1000 zend_error_helper(E_PARSE, ZSTR_VAL(file), line, "%s", ZSTR_VAL(message)); in zend_exception_error()
/PHP-7.1/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-7.1/ext/mbstring/tests/
H A Dcommon.inc13 4 => "Parsing Error", // E_PARSE
/PHP-7.1/main/
H A Dmain.c1089 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()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c879 case E_PARSE: in php_sapi_phpdbg_log_message()
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1110 case E_PARSE: in php_cli_server_log_response()
/PHP-7.1/ext/soap/
H A Dsoap.c2158 error_num == E_PARSE) &&
2205 error_num == E_PARSE) {
/PHP-7.1/
H A Dphp.ini-development430 ; E_PARSE - compile-time parse errors
H A Dphp.ini-production430 ; E_PARSE - compile-time parse errors

Completed in 68 milliseconds