Home
last modified time | relevance | path

Searched refs:E_RECOVERABLE_ERROR (Results 26 – 44 of 44) sorted by relevance

12

/PHP-5.3/tests/classes/
H A Dtype_hinting_004.phpt5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);
/PHP-5.3/ext/standard/
H A Dassert.c170 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Failure evaluating code: %s%s", PHP_EOL, my… in PHP_FUNCTION()
/PHP-5.3/ext/phar/
H A Dphar_internal.h74 #ifndef E_RECOVERABLE_ERROR
75 # define E_RECOVERABLE_ERROR E_ERROR macro
H A DTODO26 X always throw exceptions from the Phar object, and E_RECOVERABLE_ERROR from
/PHP-5.3/Zend/
H A Dzend.c268 …zend_error(EG(exception) ? E_ERROR : E_RECOVERABLE_ERROR, "Object of class %s could not be convert… in zend_make_printable_zval()
1005 case E_RECOVERABLE_ERROR: in zend_error()
1042 case E_RECOVERABLE_ERROR: in zend_error()
H A Dzend_constants.c99 …REGISTER_MAIN_LONG_CONSTANT("E_RECOVERABLE_ERROR", E_RECOVERABLE_ERROR, CONST_PERSISTENT | CONST_C… in zend_register_standard_constants()
H A Dzend_execute.c470 …zend_error(E_RECOVERABLE_ERROR, "Argument %d passed to %s%s%s() must %s%s, %s%s given, called in %… in zend_verify_arg_error()
472 …zend_error(E_RECOVERABLE_ERROR, "Argument %d passed to %s%s%s() must %s%s, %s%s given", arg_num, f… in zend_verify_arg_error()
H A Dzend_object_handlers.c1308 … 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.c304 zend_error(E_RECOVERABLE_ERROR, \
/PHP-5.3/ext/dba/libinifile/
H A Dinifile.c543 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Could not copy from temporary stream - ini … in inifile_delete_replace_append()
/PHP-5.3/ext/wddx/
H A Dwddx.c664 … php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); in php_wddx_serialize_var()
675 … php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); in php_wddx_serialize_var()
/PHP-5.3/main/
H A Dmain.c995 case E_RECOVERABLE_ERROR: in php_error_cb()
1104 case E_RECOVERABLE_ERROR: in php_error_cb()
/PHP-5.3/ext/dba/
H A Ddba.c210 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Key does not have exactly two elements: (ke…
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.c1252 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Mcrypt initialisation failed"); in php_mcrypt_do_crypt()
/PHP-5.3/ext/spl/
H A Dspl_array.c689 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s… in spl_array_iterator_append()
/PHP-5.3/
H A Dphp.ini-development489 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
515 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A Dphp.ini-production489 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
515 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A DNEWS5099 - Added new error mode E_RECOVERABLE_ERROR. (Derick, Marcus, Tony)
5135 - Changed E_ALL error reporting mode to include E_RECOVERABLE_ERROR. (Marcus)
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1347 zend_error(E_RECOVERABLE_ERROR, "An iterator cannot be used with foreach by reference"); in sqlite_get_iterator()

Completed in 180 milliseconds

12