Home
last modified time | relevance | path

Searched refs:E_RECOVERABLE_ERROR (Results 1 – 25 of 46) sorted by last modified time

12

/PHP-5.5/tests/classes/
H A Dtype_hinting_004.phpt5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);
/PHP-5.5/
H A Dphp.ini-development417 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
444 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
H A Dphp.ini-production417 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
444 ; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors)
/PHP-5.5/main/
H A Dmain.c1038 case E_RECOVERABLE_ERROR: in php_error_cb()
1140 case E_RECOVERABLE_ERROR: in php_error_cb()
/PHP-5.5/ext/wddx/
H A Dwddx.c667 … php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); in php_wddx_serialize_var()
678 … php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "WDDX doesn't support circular references"); in php_wddx_serialize_var()
/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/ext/standard/tests/assert/
H A Dassert_error1.phpt17 assert(E_RECOVERABLE_ERROR === $errno);
H A Dassert02.phpt13 assert(E_RECOVERABLE_ERROR === $errno);
17 set_error_handler('handler', E_RECOVERABLE_ERROR);
/PHP-5.5/ext/standard/
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()
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()
/PHP-5.5/ext/spl/
H A Dspl_heap.c199 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in spl_ptr_pqueue_zval_cmp()
731 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in SPL_METHOD()
773 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in SPL_METHOD()
947 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in spl_pqueue_it_get_current_data()
1074 zend_error(E_RECOVERABLE_ERROR, "Unable to extract from the PriorityQueue node"); in SPL_METHOD()
H A Dspl_array.c732 …php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s… in spl_array_iterator_append()
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
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);
/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/
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/phar/
H A Dphar_internal.h74 #ifndef E_RECOVERABLE_ERROR
75 # define E_RECOVERABLE_ERROR E_ERROR macro

Completed in 68 milliseconds

12