/PHP-5.4/Zend/ |
H A D | zend_errors.h | 37 #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 D | zend_closures.c | 35 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() 394 zend_error(E_RECOVERABLE_ERROR, "Instantiation of 'Closure' is not allowed"); in ZEND_METHOD()
|
/PHP-5.4/ext/standard/tests/assert/ |
H A D | assert02.phpt | 13 assert(E_RECOVERABLE_ERROR === $errno); 17 set_error_handler('handler', E_RECOVERABLE_ERROR);
|
H A D | assert_error1.phpt | 17 assert(E_RECOVERABLE_ERROR === $errno);
|
/PHP-5.4/ext/intl/collator/ |
H A D | collator_locale.c | 58 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
|
H A D | collator_compare.c | 65 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
|
H A D | collator_sort.c | 80 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in collator_regular_compare_function() 401 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION() 573 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Object not initialized"); in PHP_FUNCTION()
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | parse_ini_booleans.data | 4 error_reporting1 = E_COMPILE_ERROR|E_RECOVERABLE_ERROR |E_ERROR|E_CORE_ERROR
|
/PHP-5.4/Zend/tests/ |
H A D | closure_015.phpt | 5 set_error_handler('myErrorHandler', E_RECOVERABLE_ERROR);
|
H A D | bug64966.phpt | 6 set_error_handler(function($error) { throw new Exception(); }, E_RECOVERABLE_ERROR);
|
/PHP-5.4/ext/mbstring/tests/ |
H A D | common.inc | 23 4096=> "Catchable fatal error", // E_RECOVERABLE_ERROR
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_fetch_object_oo.phpt | 118 [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.4/ext/standard/ |
H A D | assert.c | 171 …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 D | php_fopen_wrapper.c | 180 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.4/ext/phar/tests/ |
H A D | open_for_write_existing_b.phpt | 27 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_existing_b_5_2.phpt | 25 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_newfile_b.phpt | 27 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_newfile_b_5_2.phpt | 25 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
/PHP-5.4/ext/phar/tests/tar/ |
H A D | open_for_write_existing_b.phpt | 37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_existing_b_5_2.phpt | 35 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_newfile_b.phpt | 37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_newfile_b_5_2.phpt | 35 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
/PHP-5.4/ext/phar/tests/zip/ |
H A D | open_for_write_existing_b.phpt | 37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_existing_b_5_2.phpt | 35 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|
H A D | open_for_write_newfile_b.phpt | 37 set_error_handler("err_handler", E_RECOVERABLE_ERROR);
|