Searched refs:set_exception_handler (Results 1 – 15 of 15) 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 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');
70 static ZEND_FUNCTION(set_exception_handler);262 ZEND_FE(set_exception_handler, arginfo_set_exception_handler)1485 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() argument
4583 set_exception_handler() might result in crash). (Tony)
Completed in 37 milliseconds