Searched refs:E_PARSE (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_errors.h | 25 #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 D | zend_constants.stub.php | 21 const E_PARSE = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 10 REGISTER_LONG_CONSTANT("E_PARSE", E_PARSE, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend.c | 1447 case E_PARSE: in zend_error_zstr_at() 1528 if (type == E_PARSE) { in zend_error_zstr_at() 1558 case E_PARSE: in get_filename_lineno()
|
H A D | zend_exceptions.c | 915 int type = (ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR) | E_DONT_BAIL; in zend_exception_error()
|
/PHP-8.3/tests/func/ |
H A D | 011.phpt | 4 error_reporting = E_ALL & E_NOTICE | E_PARSE ^ E_DEPRECATED & ~E_WARNING | !E_ERROR
|
/PHP-8.3/tests/lang/ |
H A D | bug21820.phpt | 2 Bug #21820 ("$arr['foo']" generates bogus E_NOTICE, should be E_PARSE)
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_booleans.data | 7 error_reporting4 = E_ALL & ~E_NOTICE | E_PARSE
|
/PHP-8.3/Zend/tests/ |
H A D | ErrorException_getSeverity.phpt | 76 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.3/main/ |
H A D | main.c | 1315 case E_PARSE: in php_error_cb() 1359 if (type == E_ERROR || type == E_PARSE) { in php_error_cb() 1399 case E_PARSE: in php_error_cb() 1419 if (CG(in_compilation) && (type == E_COMPILE_ERROR || type == E_PARSE)) { in php_error_cb()
|
/PHP-8.3/ |
H A D | php.ini-development | 469 ; E_PARSE - compile-time parse errors
|
H A D | php.ini-production | 471 ; E_PARSE - compile-time parse errors
|
Completed in 40 milliseconds