Searched refs:E_RECOVERABLE_ERROR (Results 1 – 10 of 10) sorted by relevance
/php-src/Zend/ |
H A D | zend_errors.h | 36 #define E_RECOVERABLE_ERROR (1<<12L) macro 43 …_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECA… 47 …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 | 83 const E_RECOVERABLE_ERROR = UNKNOWN; define
|
H A D | zend_constants_arginfo.h | 18 REGISTER_LONG_CONSTANT("E_RECOVERABLE_ERROR", E_RECOVERABLE_ERROR, CONST_PERSISTENT); in register_zend_constants_symbols()
|
H A D | zend.c | 1620 case E_RECOVERABLE_ERROR: in get_filename_lineno()
|
H A D | zend_operators.c | 2835 …zend_error(E_RECOVERABLE_ERROR, "Object of class %s could not be converted to bool", ZSTR_VAL(zobj… in zend_object_is_true()
|
/php-src/ext/standard/tests/general_functions/ |
H A D | parse_ini_booleans.data | 4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
|
/php-src/Zend/tests/ |
H A D | ErrorException_getSeverity.phpt | 196 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR); 199 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR); 376 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__); 379 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR); 556 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,… 559 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR); 781 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,… 784 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,… 787 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
|
/php-src/main/ |
H A D | main.c | 1352 case E_RECOVERABLE_ERROR: in php_error_cb() 1438 case E_RECOVERABLE_ERROR: in php_error_cb()
|
/php-src/ |
H A D | php.ini-development | 457 ; E_RECOVERABLE_ERROR - almost fatal run-time errors 480 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
|
H A D | php.ini-production | 459 ; E_RECOVERABLE_ERROR - almost fatal run-time errors 482 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
|
Completed in 44 milliseconds