Home
last modified time | relevance | path

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

12

/PHP-5.5/
H A DNEWS8149 - Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony)
8185 - Changed E_ALL error reporting mode to include E_RECOVERABLE_ERROR. (Marcus)
/PHP-5.5/Zend/tests/
H A Dbug64966.phpt6 set_error_handler(function($error) { throw new Exception(); }, E_RECOVERABLE_ERROR);
H A Dclosure_015.phpt5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);
/PHP-5.5/Zend/
H A Dzend.c289 …zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be convert… in zend_make_printable_zval()
1044 case E_RECOVERABLE_ERROR: in zend_error()
1081 case E_RECOVERABLE_ERROR: in zend_error()
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()
H A Dzend_constants.c101 …REGISTER_MAIN_LONG_CONSTANT("E_RECOVERABLE_ERROR", E_RECOVERABLE_ERROR, CONST_PERSISTENT | CONST_C… in zend_register_standard_constants()
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_execute.c619 …return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, "none", "" TS… in zend_verify_arg_type()
624 …return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, "instance of … in zend_verify_arg_type()
628 …return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, need_msg, class_name, zend_zval_typ… in zend_verify_arg_type()
634 …return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be of the type array", "", "none",… in zend_verify_arg_type()
638 …return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be of the type array", "", zend_zv… in zend_verify_arg_type()
644 …return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be callable", "", "none", "" TSRML… in zend_verify_arg_type()
647 …return zend_verify_arg_error(E_RECOVERABLE_ERROR, zf, arg_num, "be callable", "", zend_zval_type_n… in zend_verify_arg_type()
H A Dzend_generators.c323 …zend_error(E_RECOVERABLE_ERROR, "The \"Generator\" class is reserved for internal use and cannot b… in zend_generator_get_constructor()
H A Dzend_object_handlers.c1562 … zend_error(E_RECOVERABLE_ERROR, "Method %s::__toString() must return a string value", ce->name); in zend_std_cast_object_tostring()
H A Dzend_operators.c338 zend_error(E_RECOVERABLE_ERROR, \
/PHP-5.5/ext/dba/
H A Ddba.c211 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Key does not have exactly two elements: (ke…
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c542 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Could not copy from temporary stream - ini … in inifile_delete_replace_append()
/PHP-5.5/ext/intl/collator/
H A Dcollator_compare.c65 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
H A Dcollator_locale.c58 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/mbstring/tests/
H A Dcommon.inc23 4096=> "Catchable fatal error", // E_RECOVERABLE_ERROR
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c1275 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Mcrypt initialisation failed"); in php_mcrypt_do_crypt()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_object.phpt153 [E_RECOVERABLE_ERROR] Argument 3 passed to mysqli_fetch_object() must be of the type array, string …
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/
H A DTODO26 X always throw exceptions from the Phar object, and E_RECOVERABLE_ERROR from
H A Dphar_internal.h74 #ifndef E_RECOVERABLE_ERROR
75 # define E_RECOVERABLE_ERROR E_ERROR macro
/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);

Completed in 82 milliseconds

12