Searched refs:set_exception_handler (Results 1 – 25 of 40) sorted by relevance
12
6 set_exception_handler(function() {10 set_exception_handler(function() {14 set_exception_handler(null);16 set_exception_handler(function() {
7 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…
2 Bug #80045: memleak after two set_exception_handler calls with __call8 set_exception_handler([$this, 'dummyExceptionHandler']);9 set_exception_handler([$this, 'dummyExceptionHandler']);
7 set_exception_handler('exception_handler_2');14 set_exception_handler('exception_handler_1');17 echo set_exception_handler(null), "\n";
2 GH-10695: Exceptions in register_shutdown_function() are caught by set_exception_handler()5 set_exception_handler(function (\Throwable $exception) {
10 set_exception_handler('exception_handler');13 var_dump(set_exception_handler(null));
6 set_exception_handler("foo");7 set_exception_handler("foo1");
2 Testing lambda function in set_exception_handler()15 set_exception_handler(function($exception) {
2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…12 set_exception_handler("ehandle::exh");
8 set_exception_handler('exception_handler');11 echo set_exception_handler(null), "\n";
5 set_exception_handler(function (\Throwable $exception) {7 set_exception_handler(function (\Throwable $exception) {
6 set_exception_handler("foo");7 set_exception_handler(null);
6 var_dump(set_exception_handler(10 var_dump(set_exception_handler(null));
6 set_exception_handler(function($e) {
6 set_exception_handler("foo");
5 set_exception_handler(function (\Throwable $exception) {
11 set_exception_handler($handler);
9 set_exception_handler(array($this, "bar"));
11 set_exception_handler(function (\Throwable $exception) {
2 set_exception_handler() in phpdbg18 set_exception_handler(function () { print "EX\n"; });
7 set_exception_handler(function (\Throwable $exception) {
6 set_exception_handler('redirect_on_error');
11 set_exception_handler('my_exception_handler');
Completed in 19 milliseconds