Home
last modified time | relevance | path

Searched refs:E_RECOVERABLE_ERROR (Results 1 – 25 of 33) sorted by relevance

12

/PHP-7.3/Zend/
H A Dzend_errors.h35 #define E_RECOVERABLE_ERROR (1<<12L) macro
39 …_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECA…
H A Dzend_constants.c112 …REGISTER_MAIN_LONG_CONSTANT("E_RECOVERABLE_ERROR", E_RECOVERABLE_ERROR, CONST_PERSISTENT | CONST_C… in zend_register_standard_constants()
/PHP-7.3/Zend/tests/type_declarations/
H A Dscalar_none.phpt9 E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR'
H A Dscalar_null.phpt9 E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR'
H A Dscalar_return_basic.phpt11 E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR'
H A Dscalar_return_basic_64bit.phpt11 E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR'
H A Dscalar_strict_basic.phpt11 E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR'
H A Dscalar_strict.phpt12 E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR'
H A Dscalar_strict_64bit.phpt12 E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR'
/PHP-7.3/ext/standard/tests/general_functions/
H A Dparse_ini_booleans.data4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
/PHP-7.3/Zend/tests/
H A Dclosure_015.phpt5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);
H A DErrorException_getSeverity.phpt208 throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR);
211 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
400 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__);
403 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
592 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,…
595 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
833 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,…
836 …throw new ErrorException(EXCEPTION_PARAM_MSG, EXCEPTION_CODE_ERROR, E_RECOVERABLE_ERROR, __FILE__,…
839 var_dump($e->getSeverity() === E_RECOVERABLE_ERROR);
/PHP-7.3/ext/mbstring/tests/
H A Dcommon.inc23 4096=> "Recoverable fatal error", // E_RECOVERABLE_ERROR
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_error1.phpt17 assert(E_RECOVERABLE_ERROR === $errno);
/PHP-7.3/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt26 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b.phpt26 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
/PHP-7.3/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt36 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b.phpt36 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
/PHP-7.3/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt36 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b.phpt36 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
/PHP-7.3/ext/spl/
H A Dspl_heap.c194 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in spl_ptr_pqueue_zval_cmp()
681 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in SPL_METHOD()
719 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in SPL_METHOD()
922 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in spl_pqueue_it_get_current_data()
1046 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in SPL_METHOD()
/PHP-7.3/ext/date/tests/
H A Dtimezone_offset_get_error.phpt19 if ($errno === E_RECOVERABLE_ERROR) {
H A Dtimezone_offset_get_variation1.phpt19 if ($errno === E_RECOVERABLE_ERROR) {
H A Dtimezone_offset_get_variation2.phpt19 if ($errno === E_RECOVERABLE_ERROR) {
/PHP-7.3/tests/classes/
H A Dtype_hinting_004.phpt5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);

Completed in 53 milliseconds

12