Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dexception_handler_004.phpt6 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 %d
16 Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d
18 Warning: set_exception_handler() expects exactly 1 parameter, 0 given in %s on line %d
20 Warning: set_exception_handler() expects exactly 1 parameter, 2 given in %s on line %d
H A Dexception_handler_005.phpt6 set_exception_handler("foo");
7 set_exception_handler("foo1");
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 Dbug47714.phpt2 Testing lambda function in set_exception_handler()
19 set_exception_handler(function($exception) {
H A Dbug60738_variation.phpt6 var_dump(set_exception_handler(
10 var_dump(set_exception_handler(null));
H A Dexception_handler_001.phpt6 set_exception_handler("foo");
H A Dexception_handler_003.phpt9 set_exception_handler(array($this, "bar"));
H A Dbug32226.phpt10 set_exception_handler(array($this, 'EH'));
H A Dexception_handler_002.phpt6 set_exception_handler("foo");
H A Dbug64960.phpt17 set_exception_handler(new ExceptionHandler());
/PHP-5.5/tests/lang/
H A Dbug23279.phpt6 set_exception_handler('redirect_on_error');
H A D035.phpt2 ZE2: set_exception_handler()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt156 set_exception_handler('my_handler');
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c72 static ZEND_FUNCTION(set_exception_handler);
285 ZEND_FE(set_exception_handler, arginfo_set_exception_handler)
1588 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() argument
/PHP-5.5/
H A DUPGRADING173 set_exception_handler(NULL) will now return the previously defined
H A DNEWS1834 . Improve set_exception_handler while doing reset. (Laruence)
1836 set_exception_handler. (Nikita Popov)
3023 . Improve performance of set_exception_handler while doing reset (Laruence)
7633 set_exception_handler() might result in crash). (Tony)

Completed in 68 milliseconds