Home
last modified time | relevance | path

Searched refs:set_exception_handler (Results 1 – 25 of 37) sorted by relevance

12

/php-src/Zend/tests/
H A Dbug63206_2.phpt6 set_exception_handler(function() {
10 set_exception_handler(function() {
14 set_exception_handler(null);
16 set_exception_handler(function() {
H A Dexception_handler_004.phpt7 set_exception_handler("fo");
12 set_exception_handler(array("", ""));
19 set_exception_handler(): Argument #1 ($callback) must be a valid callback or null, function "fo" no…
20 set_exception_handler(): Argument #1 ($callback) must be a valid callback or null, class "" not fou…
H A Dbug80045.phpt2 Bug #80045: memleak after two set_exception_handler calls with __call
8 set_exception_handler([$this, 'dummyExceptionHandler']);
9 set_exception_handler([$this, 'dummyExceptionHandler']);
H A Dgh13446_3.phpt7 set_exception_handler('exception_handler_2');
14 set_exception_handler('exception_handler_1');
17 echo set_exception_handler(null), "\n";
H A Dgh10695_1.phpt2 GH-10695: Exceptions in register_shutdown_function() are caught by set_exception_handler()
5 set_exception_handler(function (\Throwable $exception) {
H A Dgh13446_4.phpt10 set_exception_handler('exception_handler');
13 var_dump(set_exception_handler(null));
H A Dexception_handler_005.phpt6 set_exception_handler("foo");
7 set_exception_handler("foo1");
H A Dbug47714.phpt2 Testing lambda function in set_exception_handler()
15 set_exception_handler(function($exception) {
H A Dexception_handler_006.phpt6 set_exception_handler("foo");
7 set_exception_handler("foo1");
H A Dbug40815.phpt2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…
12 set_exception_handler("ehandle::exh");
H A Dgh13446_1.phpt8 set_exception_handler('exception_handler');
11 echo set_exception_handler(null), "\n";
H A Dbug60738_variation.phpt6 var_dump(set_exception_handler(
10 var_dump(set_exception_handler(null));
H A Dgh10695_5.phpt5 set_exception_handler(function (\Throwable $exception) {
7 set_exception_handler(function (\Throwable $exception) {
H A Dexception_handler_007.phpt6 set_exception_handler("foo");
7 set_exception_handler(null);
H A Dexit_exception_handler.phpt6 set_exception_handler(function($e) {
H A Dexception_handler_001.phpt6 set_exception_handler("foo");
H A Dgh10695_6.phpt5 set_exception_handler(function (\Throwable $exception) {
H A Dgh13446_2.phpt11 set_exception_handler($handler);
H A Dexception_handler_003.phpt9 set_exception_handler(array($this, "bar"));
H A Dgh10695_7.phpt5 set_exception_handler(function (\Throwable $exception) {
H A Dgh10695_2.phpt11 set_exception_handler(function (\Throwable $exception) {
H A Dbug32226.phpt10 set_exception_handler(array($this, 'EH'));
/php-src/sapi/phpdbg/tests/
H A Dset_exception_handler.phpt2 set_exception_handler() in phpdbg
18 set_exception_handler(function () { print "EX\n"; });
/php-src/ext/zend_test/tests/
H A Dgh10695_1.phpt7 set_exception_handler(function (\Throwable $exception) {
/php-src/tests/lang/
H A Dbug23279.phpt6 set_exception_handler('redirect_on_error');

Completed in 50 milliseconds

12