Searched refs:set_error_handler (Results 1 – 25 of 157) sorted by relevance
1234567
/PHP-7.4/Zend/tests/ |
H A D | bug63206_1.phpt | 6 set_error_handler(function() { 10 set_error_handler(function() { 14 set_error_handler(null); 16 set_error_handler(function() {
|
H A D | bug60738.phpt | 2 Bug #60738 Allow 'set_error_handler' to handle NULL 6 var_dump(set_error_handler( 12 var_dump(set_error_handler(null));
|
H A D | bug46241.phpt | 24 set_error_handler( array( $err, 'errorHandler1' ) ); 25 set_error_handler( array( $err, 'errorHandler2' ) ); 41 set_error_handler( 'errorHandler1' ); 42 set_error_handler( 'errorHandler2' );
|
H A D | bug63206.phpt | 6 set_error_handler(function() { 10 set_error_handler(function() { 13 set_error_handler(function() {
|
H A D | bug71930.phpt | 24 set_error_handler($a); 25 set_error_handler(function()use($ch1){}); 26 set_error_handler(function(){});
|
H A D | bug64135.phpt | 2 Bug #64135 (Exceptions from set_error_handler are not always propagated) 10 set_error_handler("exception_error_handler");
|
H A D | bug64578.phpt | 2 Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault) 6 set_error_handler(function($no, $err) { var_dump($err); });
|
H A D | bug79599.phpt | 2 Bug #79599 (coredump in set_error_handler) 5 set_error_handler(function($code, $message){
|
H A D | bug46196.phpt | 15 var_dump( set_error_handler( 'myErrorHandler' ) ); 17 var_dump( set_error_handler( 'myErrorHandler' ) );
|
H A D | bug41209.phpt | 2 Bug #41209 (Segmentation fault with ArrayAccess, set_error_handler and undefined var) 10 set_error_handler(array(__CLASS__, 'errorHandler'));
|
H A D | bug75241.phpt | 7 set_error_handler('eh');
|
H A D | exception_in_rope_end.phpt | 6 set_error_handler(function() { throw new Exception; });
|
H A D | bug70662.phpt | 7 set_error_handler(function() use(&$a) {
|
H A D | temporary_cleaning_014.phpt | 7 set_error_handler(function() { throw new Exception; });
|
H A D | exception_in_nested_rope.phpt | 6 set_error_handler(function() { throw new Exception; });
|
H A D | bug48004.phpt | 14 set_error_handler("error_handler");
|
H A D | temporary_cleaning_015.phpt | 5 set_error_handler(function () {
|
H A D | temporary_cleaning_016.phpt | 5 set_error_handler(function($no, $msg) { throw new Exception; });
|
H A D | bug68118.phpt | 6 set_error_handler(function() {
|
H A D | bug69388_2.phpt | 10 set_error_handler('handle_error');
|
/PHP-7.4/tests/lang/ |
H A D | bug21094.phpt | 2 Bug #21094 (set_error_handler not accepting methods) 11 set_error_handler(array(new test(), "hdlr"));
|
H A D | bug28213.phpt | 6 set_error_handler(array('FooBar', 'error'));
|
/PHP-7.4/ext/opcache/tests/ |
H A D | preload_error_handler.inc | 3 set_error_handler(function($_, $m) {
|
H A D | ssa_bug_004.phpt | 8 set_error_handler(function() { throw new Exception; });
|
/PHP-7.4/Zend/tests/generators/finally/ |
H A D | run_on_dtor.phpt | 17 set_error_handler(function() use($gen) {});
|
Completed in 21 milliseconds
1234567