Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_errors.h25 #define E_PARSE (1<<2L) macro
42 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
46 …AL_ERRORS (E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR | E_USER_ERROR | E_RECOVERABLE_ERROR | E_PARSE)
H A Dzend_constants.stub.php21 const E_PARSE = UNKNOWN; define
H A Dzend_constants_arginfo.h10 REGISTER_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend.c1428 case E_PARSE: in zend_error_zstr_at()
1509 if (type == E_PARSE) { in zend_error_zstr_at()
1539 case E_PARSE: in get_filename_lineno()
H A Dzend_exceptions.c908 int type = (ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR) | E_DONT_BAIL; in zend_exception_error()
/PHP-8.2/tests/func/
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-8.2/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-8.2/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data7 error_reporting4 = E_ALL & ~E_NOTICE | E_PARSE
/PHP-8.2/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-8.2/main/
H A Dmain.c1304 case E_PARSE: in php_error_cb()
1348 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1388 case E_PARSE: in php_error_cb()
1408 if (CG(in_compilation) && (type == E_COMPILE_ERROR || type == E_PARSE)) { in php_error_cb()
/PHP-8.2/
H A Dphp.ini-development459 ; E_PARSE - compile-time parse errors
H A Dphp.ini-production461 ; E_PARSE - compile-time parse errors

Completed in 69 milliseconds