Searched refs:set_exception_handler (Results 1 – 24 of 24) sorted by relevance
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']);
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");
6 var_dump(set_exception_handler(10 var_dump(set_exception_handler(null));
6 set_exception_handler("foo");7 set_exception_handler(null);
6 set_exception_handler(function($e) {
6 set_exception_handler("foo");
9 set_exception_handler(array($this, "bar"));
10 set_exception_handler(array($this, 'EH'));
17 set_exception_handler(new ExceptionHandler());
2 set_exception_handler() in phpdbg18 set_exception_handler(function () { print "EX\n"; });
6 set_exception_handler('redirect_on_error');
2 ZE2: set_exception_handler()
11 set_exception_handler(function () { echo 'goodbye'; });
14 set_exception_handler('handleError');
105 function set_exception_handler(?callable $callback) {} function
253 ZEND_FUNCTION(set_exception_handler);316 ZEND_FE(set_exception_handler, arginfo_set_exception_handler)
1195 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() argument
154 set_exception_handler('my_handler');
Completed in 29 milliseconds