Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_errors.h25 #define E_PARSE (1<<2L) macro
43 #define E_ALL (E_ERROR | E_WARNING | E_PARSE | E_NOTICE | E_CORE_ERROR | E_CORE_WARNING | E_COMPILE…
47 …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.h8 REGISTER_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend.c1492 case E_PARSE: in zend_error_zstr_at()
1573 if (type == E_PARSE) { in zend_error_zstr_at()
1603 case E_PARSE: in get_filename_lineno()
H A Dzend_exceptions.c912 int type = (ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR) | E_DONT_BAIL; in zend_exception_error()
/PHP-8.4/tests/func/
H A D011.phpt4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
/PHP-8.4/tests/lang/
H A Dbug21820.phpt2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
/PHP-8.4/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data7 error_reporting4 = E_ALL & ~E_NOTICE | E_PARSE
/PHP-8.4/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);
256 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__);
259 var_dump($e->getSeverity() === E_PARSE);
436 … throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__, __LINE__);
439 var_dump($e->getSeverity() === E_PARSE);
636 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__, __LINE__, N…
639 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_PARSE, __FILE__, __LINE__, $…
642 var_dump($e->getSeverity() === E_PARSE);
/PHP-8.4/main/
H A Dmain.c1363 case E_PARSE: in php_error_cb()
1403 if (type == E_ERROR || type == E_PARSE) { in php_error_cb()
1439 case E_PARSE: in php_error_cb()
1459 if (CG(in_compilation) && (type == E_COMPILE_ERROR || type == E_PARSE)) { in php_error_cb()
/PHP-8.4/
H A Dphp.ini-development459 ; E_PARSE - compile-time parse errors
H A Dphp.ini-production461 ; E_PARSE - compile-time parse errors

Completed in 48 milliseconds