Home
last modified time | relevance | path

Searched refs:error_handler (Results 1 – 13 of 13) sorted by relevance

/php-src/Zend/tests/
H A Dbug63206.phpt2 Bug #63206 Fully support error_handler stacking, even inside the error_handler
H A Dbug67314.phpt10 function error_handler() { return false; }
12 set_error_handler('error_handler');
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line) {
8 set_error_handler('error_handler');
H A Dbug63206_1.phpt2 Bug #63206 Fully support error_handler stacking, even with null
H A Dbug76025.phpt2 Bug #76025 (Segfault while throwing exception in error_handler)
/php-src/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt9 function error_handler($errno, $errstr, $errfile, $errline)
14 set_error_handler("error_handler");
/php-src/tests/lang/
H A Dbug25547.phpt2 Bug #25547 (error_handler and array index with function call)
H A Dbug25922.phpt2 Bug #25922 (SEGV in error_handler when context is destroyed)
/php-src/ext/spl/tests/SplFileObject/
H A Dbug79710.phpt2 Bug #79710: Reproducible segfault in error_handler during GC involved an SplFileObject
/php-src/ext/phar/tests/
H A Dcreate_path_error.phpt22 function error_handler($errno, $errmsg)
27 set_error_handler('error_handler');
/php-src/Zend/tests/in-de-crement/
H A Dunset_globals_in_error_handler.phpt2 Unset variable via $GLOBALS array in error_handler
H A Dunset_object_property_in_error_handler.phpt2 Unset property via error_handler
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c913 …ert_buf *buf, bool end, const unsigned short emoji_map[][3], int n, mb_from_wchar_fn error_handler) in mb_wchar_to_utf8_kddi() argument
955 MB_CONVERT_ERROR(buf, out, limit, w, error_handler); in mb_wchar_to_utf8_kddi()
997 MB_CONVERT_ERROR(buf, out, limit, w, error_handler); in mb_wchar_to_utf8_kddi()

Completed in 19 milliseconds