Searched refs:error_handler (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/Zend/tests/ |
H A D | bug63206.phpt | 2 Bug #63206 Fully support error_handler stacking, even inside the error_handler
|
H A D | bug67314.phpt | 10 function error_handler() { return false; } 12 set_error_handler('error_handler');
|
H A D | nowdoc_015.phpt | 5 function error_handler($num, $msg, $file, $line) { 8 set_error_handler('error_handler');
|
H A D | bug63206_1.phpt | 2 Bug #63206 Fully support error_handler stacking, even with null
|
H A D | bug76025.phpt | 2 Bug #76025 (Segfault while throwing exception in error_handler)
|
/PHP-8.2/ext/intl/tests/ |
H A D | timezone_hasSameRules_error.phpt | 9 function error_handler($errno, $errstr, $errfile, $errline) 14 set_error_handler("error_handler");
|
/PHP-8.2/tests/lang/ |
H A D | bug25547.phpt | 2 Bug #25547 (error_handler and array index with function call)
|
H A D | bug25922.phpt | 2 Bug #25922 (SEGV in error_handler when context is destroyed)
|
/PHP-8.2/ext/spl/tests/SplFileObject/ |
H A D | bug79710.phpt | 2 Bug #79710: Reproducible segfault in error_handler during GC involved an SplFileObject
|
/PHP-8.2/ext/phar/tests/ |
H A D | create_path_error.phpt | 22 function error_handler($errno, $errmsg) 27 set_error_handler('error_handler');
|
/PHP-8.2/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_utf8_mobile.c | 525 …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 567 MB_CONVERT_ERROR(buf, out, limit, w, error_handler); in mb_wchar_to_utf8_kddi() 609 MB_CONVERT_ERROR(buf, out, limit, w, error_handler); in mb_wchar_to_utf8_kddi()
|
/PHP-8.2/ext/opcache/jit/vtune/ |
H A D | ittnotify_config.h | 452 void* error_handler; member
|
Completed in 23 milliseconds