Searched refs:error_handler (Results 1 – 11 of 11) sorted by relevance
2 Bug #63206 Fully support error_handler stacking, even inside the error_handler
10 function error_handler() { return false; }12 set_error_handler('error_handler');
5 function error_handler($num, $msg, $file, $line) {8 set_error_handler('error_handler');
2 Bug #63206 Fully support error_handler stacking, even with null
2 Bug #76025 (Segfault while throwing exception in error_handler)
9 function error_handler($errno, $errstr, $errfile, $errline)14 set_error_handler("error_handler");
2 Bug #25547 (error_handler and array index with function call)
2 Bug #25922 (SEGV in error_handler when context is destroyed)
2 Bug #79710: Reproducible segfault in error_handler during GC involved an SplFileObject
22 function error_handler($errno, $errmsg)27 set_error_handler('error_handler');
452 void* error_handler; member
Completed in 23 milliseconds