Home
last modified time | relevance | path

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

123

/PHP-7.0/Zend/
H A Dzend_errors.h37 #define E_RECOVERABLE_ERROR (1<<12L) macro
41 …_COMPILE_WARNING | E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE | E_RECOVERABLE_ERROR | E_DEPRECA…
/PHP-7.0/ext/standard/tests/assert/
H A Dassert02.phpt13 assert(E_RECOVERABLE_ERROR === $errno);
17 set_error_handler('handler', E_RECOVERABLE_ERROR);
H A Dassert_error1.phpt17 assert(E_RECOVERABLE_ERROR === $errno);
/PHP-7.0/ext/intl/collator/
H A Dcollator_locale.c58 php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
H A Dcollator_compare.c65 php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
H A Dcollator_sort.c82 php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized"); in collator_regular_compare_function()
411 php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
577 php_error_docref(NULL, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
/PHP-7.0/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.0/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'
/PHP-7.0/Zend/tests/
H A Dclosure_015.phpt5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);
/PHP-7.0/ext/mbstring/tests/
H A Dcommon.inc23 4096=> "Catchable fatal error", // E_RECOVERABLE_ERROR
/PHP-7.0/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt27 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_existing_b_5_2.phpt25 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b.phpt27 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b_5_2.phpt25 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
/PHP-7.0/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_existing_b_5_2.phpt35 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b_5_2.phpt35 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b.phpt37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
/PHP-7.0/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_existing_b_5_2.phpt35 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b.phpt37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
H A Dopen_for_write_newfile_b_5_2.phpt35 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
/PHP-7.0/ext/standard/
H A Dassert.c180 php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, myeval); in PHP_FUNCTION()
183 …php_error_docref(NULL, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_EOL, ZSTR_… in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c202 php_error_docref(NULL, E_RECOVERABLE_ERROR, "Max memory must be >= 0"); in php_stream_url_wrap_php()
360 php_error_docref(NULL, E_RECOVERABLE_ERROR, "No URL resource specified"); in php_stream_url_wrap_php()

Completed in 32 milliseconds

123