Searched refs:set_exception_handler (Results 1 – 16 of 16) sorted by relevance
6 set_exception_handler("fo");7 set_exception_handler(array("", ""));8 set_exception_handler();9 set_exception_handler("foo", "bar");14 Warning: set_exception_handler() expects the argument (fo) to be a valid callback in %s on line %d16 Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d18 Warning: set_exception_handler() expects exactly 1 parameter, 0 given in %s on line %d20 Warning: set_exception_handler() expects exactly 1 parameter, 2 given in %s on line %d
6 set_exception_handler("foo");7 set_exception_handler("foo1");
2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…12 set_exception_handler("ehandle::exh");
2 Testing lambda function in set_exception_handler()19 set_exception_handler(function($exception) {
6 var_dump(set_exception_handler(10 var_dump(set_exception_handler(null));
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());
6 set_exception_handler('redirect_on_error');
2 ZE2: set_exception_handler()
156 set_exception_handler('my_handler');
72 static ZEND_FUNCTION(set_exception_handler);285 ZEND_FE(set_exception_handler, arginfo_set_exception_handler)1598 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() argument
3412 . Improve set_exception_handler while doing reset. (Laruence)3414 set_exception_handler. (Nikita Popov)4601 . Improve performance of set_exception_handler while doing reset (Laruence)9211 set_exception_handler() might result in crash). (Tony)
Completed in 61 milliseconds