Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_errors.h25 #define E_PARSE (1<<2L) macro
39 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
H A Dzend.c1199 case E_PARSE: in zend_error()
1229 case E_PARSE: in zend_error()
1293 case E_PARSE: in zend_error()
1383 if (type == E_PARSE) { in zend_error()
H A Dzend_constants.c114 REGISTER_MAIN_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT | CONST_CS); in zend_register_standard_constants()
H A Dzend_exceptions.c993 zend_error_helper(ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR, in zend_exception_error()
/PHP-7.3/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-7.3/ext/mbstring/tests/
H A Dcommon.inc13 4 => "Parsing Error", // E_PARSE
/PHP-7.3/Zend/tests/
H A DErrorException_getSeverity.phpt76 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE);
79 var_dump($e->getSeverity() === E_PARSE);
268 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__);
271 var_dump($e->getSeverity() === E_PARSE);
460 … throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__, __LINE__);
463 var_dump($e->getSeverity() === E_PARSE);
672 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__, __LINE__, N…
675 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__, __LINE__, $…
678 var_dump($e->getSeverity() === E_PARSE);
/PHP-7.3/main/
H A Dmain.c1226 case E_PARSE: in php_error_cb()
1296 case E_PARSE: in php_error_cb()
1339 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1391 case E_PARSE: in php_error_cb()
1407 if (type != E_PARSE) { in php_error_cb()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg.c869 case E_PARSE: in php_sapi_phpdbg_log_message()
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1108 case E_PARSE: in php_cli_server_log_response()
/PHP-7.3/ext/soap/
H A Dsoap.c2127 error_num == E_PARSE) &&
2167 error_num == E_PARSE) {
/PHP-7.3/
H A Dphp.ini-development427 ; E_PARSE - compile-time parse errors
H A Dphp.ini-production427 ; E_PARSE - compile-time parse errors

Completed in 142 milliseconds