Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/
H A Dbug63206_2.phpt6 set_exception_handler(function() {
10 set_exception_handler(function() {
14 set_exception_handler(null);
16 set_exception_handler(function() {
H A Dexception_handler_004.phpt7 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…
H A Dbug80045.phpt2 Bug #80045: memleak after two set_exception_handler calls with __call
8 set_exception_handler([$this, 'dummyExceptionHandler']);
9 set_exception_handler([$this, 'dummyExceptionHandler']);
H A Dexception_handler_005.phpt6 set_exception_handler("foo");
7 set_exception_handler("foo1");
H A Dbug47714.phpt2 Testing lambda function in set_exception_handler()
15 set_exception_handler(function($exception) {
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 Dbug60738_variation.phpt6 var_dump(set_exception_handler(
10 var_dump(set_exception_handler(null));
H A Dexception_handler_007.phpt6 set_exception_handler("foo");
7 set_exception_handler(null);
H A Dexit_exception_handler.phpt6 set_exception_handler(function($e) {
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-8.0/sapi/phpdbg/tests/
H A Dset_exception_handler.phpt2 set_exception_handler() in phpdbg
18 set_exception_handler(function () { print "EX\n"; });
/PHP-8.0/tests/lang/
H A Dbug23279.phpt6 set_exception_handler('redirect_on_error');
H A D035.phpt2 ZE2: set_exception_handler()
/PHP-8.0/ext/reflection/tests/
H A Dbug76536.phpt10 set_exception_handler('handleError');
/PHP-8.0/sapi/cli/tests/
H A Dbug71005.phpt11 set_exception_handler(function () { echo 'goodbye'; });
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php82 function set_exception_handler(?callable $callback) {} function
H A Dzend_builtin_functions_arginfo.h247 ZEND_FUNCTION(set_exception_handler);
309 ZEND_FE(set_exception_handler, arginfo_set_exception_handler)
H A Dzend_builtin_functions.c1235 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() argument
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt154 set_exception_handler('my_handler');
/PHP-8.0/
H A DNEWS1285 . Fixed bug #80045 (memleak after two set_exception_handler calls with

Completed in 44 milliseconds