Home
last modified time | relevance | path

Searched refs:set_error_handler (Results 101 – 125 of 157) sorted by last modified time

1234567

/PHP-7.4/Zend/tests/
H A Dbug38047.phpt6 set_error_handler('kalus_error_handler');
H A Dbug41075.phpt11 set_error_handler("err");
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 Dbug29890.phpt13 set_error_handler("customErrorHandler");
/PHP-7.4/tests/output/
H A Dbug70970.phpt10 set_error_handler('exception_error_handler');
/PHP-7.4/tests/lang/
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
11 set_error_handler(array(new test(), "hdlr"));
H A Dbug25922.phpt13 set_error_handler('my_error_handler');
H A Derror_2_exception_001.phpt25 set_error_handler("ErrorsToExceptions");
H A Dbug22592.phpt9 set_error_handler('error_hdlr');
H A Dbug28213.phpt6 set_error_handler(array('FooBar', 'error'));
H A Dcatchable_error_002.phpt18 set_error_handler('error');
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60106.phpt18 set_error_handler("get_truncated_socket_filename", E_NOTICE);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44295.phpt12 set_error_handler('my_error_handler');
/PHP-7.4/ext/spl/tests/
H A Dbug66127.phpt9 set_error_handler(function () {});
/PHP-7.4/ext/reflection/tests/
H A Dbug76936.phpt15 set_error_handler(
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72294.phpt75 $oldErrorHandler = set_error_handler(
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_error.phpt11 set_error_handler("myErrorHandler");
H A Dbug74159.phpt71 set_error_handler(function ($errno, $errstr) {
/PHP-7.4/ext/pcntl/tests/
H A D002.phpt50 set_error_handler(function($errno, $errstr) { echo "Error triggered\n"; }, E_WARNING);
/PHP-7.4/ext/opcache/tests/
H A Dssa_bug_004.phpt8 set_error_handler(function() { throw new Exception; });
/PHP-7.4/ext/oci8/tests/
H A Dconnect_scope_try2.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try3.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try4.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try6.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });
H A Dconnect_scope_try1.phpt32 set_error_handler(function($x, $y) { throw new Exception($y, $x); });

Completed in 117 milliseconds

1234567