Home
last modified time | relevance | path

Searched refs:set_error_handler (Results 1 – 25 of 187) sorted by relevance

12345678

/PHP-8.1/Zend/tests/
H A Dbug63206_1.phpt6 set_error_handler(function() {
10 set_error_handler(function() {
14 set_error_handler(null);
16 set_error_handler(function() {
H A Dbug60738.phpt2 Bug #60738 Allow 'set_error_handler' to handle NULL
6 var_dump(set_error_handler(
12 var_dump(set_error_handler(null));
H A Dbug71930.phpt20 set_error_handler($a);
21 set_error_handler(function()use($ch1){});
22 set_error_handler(function(){});
H A Dbug46241.phpt24 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 Dbug63206.phpt6 set_error_handler(function() {
10 set_error_handler(function() {
13 set_error_handler(function() {
H A Dbug64135.phpt2 Bug #64135 (Exceptions from set_error_handler are not always propagated)
10 set_error_handler("exception_error_handler");
H A Dbug64578.phpt2 Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault)
6 set_error_handler(function($no, $err) { var_dump($err); });
H A Dbug80045.phpt10 set_error_handler([$this, 'dummyErrorHandler']);
11 set_error_handler([$this, 'dummyErrorHandler']);
H A Dbug46196.phpt9 var_dump( set_error_handler( 'myErrorHandler' ) );
11 var_dump( set_error_handler( 'myErrorHandler' ) );
H A Dbug79599.phpt2 Bug #79599 (coredump in set_error_handler)
5 set_error_handler(function($code, $message){
H A Dbug41209.phpt2 Bug #41209 (Segmentation fault with ArrayAccess, set_error_handler and undefined var)
10 set_error_handler(array(__CLASS__, 'errorHandler'));
H A Dbug79791.phpt5 set_error_handler(function() {
H A Dtemporary_cleaning_014.phpt7 set_error_handler(function() { throw new Exception; });
H A Dstr_offset_005.phpt5 set_error_handler(function(){$GLOBALS['a']=8;});
H A Dexception_in_rope_end.phpt6 set_error_handler(function() { throw new Exception; });
H A Dbug70662.phpt7 set_error_handler(function() use(&$a) {
H A Dexception_in_nested_rope.phpt6 set_error_handler(function() { throw new Exception; });
H A Dbug72107.phpt5 set_error_handler('func_get_args');
/PHP-8.1/tests/lang/
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
11 set_error_handler(array(new test(), "hdlr"));
/PHP-8.1/ext/opcache/tests/
H A Dpreload_error_handler.inc3 set_error_handler(function($_, $m) {
H A Dssa_bug_004.phpt8 set_error_handler(function() { throw new Exception; });
/PHP-8.1/ext/opcache/tests/jit/
H A Dfetch_dim_w_003.phpt10 set_error_handler(function() {
H A Dfetch_dim_r_011.phpt10 set_error_handler(function() {
H A Dfetch_dim_r_010.phpt10 set_error_handler(function() {
/PHP-8.1/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt17 set_error_handler(function() use($gen) {});

Completed in 39 milliseconds

12345678