Home
last modified time | relevance | path

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

12

/PHP-5.5/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…
H A Dzend_closures.c35 zend_error(E_RECOVERABLE_ERROR, "Closure object cannot have properties")
57 zend_error(E_RECOVERABLE_ERROR, "Cannot get arguments for calling closure"); in ZEND_METHOD()
142 zend_error(E_RECOVERABLE_ERROR, "Instantiation of 'Closure' is not allowed"); in zend_closure_get_constructor()
393 zend_error(E_RECOVERABLE_ERROR, "Instantiation of 'Closure' is not allowed"); in ZEND_METHOD()
/PHP-5.5/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-5.5/ext/intl/collator/
H A Dcollator_locale.c58 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
H A Dcollator_compare.c65 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
H A Dcollator_sort.c80 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in collator_regular_compare_function()
402 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
574 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
/PHP-5.5/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-5.5/Zend/tests/
H A Dclosure_015.phpt5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);
H A Dbug64966.phpt6 set_error_handler(function($error) { throw new Exception(); }, E_RECOVERABLE_ERROR);
/PHP-5.5/ext/mbstring/tests/
H A Dcommon.inc23 4096=> "Catchable fatal error", // E_RECOVERABLE_ERROR
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object_oo.phpt118 [E_RECOVERABLE_ERROR] Argument 2 passed to mysqli_result::fetch_object() must be of the type array,…
120 [E_RECOVERABLE_ERROR] Argument 2 passed to mysqli_result::fetch_object() must be of the type array,…
122 [E_RECOVERABLE_ERROR] Argument 2 passed to mysqli_result::fetch_object() must be of the type array,…
/PHP-5.5/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-5.5/ext/standard/
H A Dassert.c171 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, my… in PHP_FUNCTION()
173 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s:\"%s\"", PHP_… in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c180 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Max memory must be >= 0"); in php_stream_url_wrap_php()
318 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "No URL resource specified"); in php_stream_url_wrap_php()
/PHP-5.5/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.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-5.5/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);

Completed in 86 milliseconds

12