Home
last modified time | relevance | path

Searched refs:set_exception_handler (Results 1 – 25 of 37) sorted by last modified time

12

/php-src/ext/zend_test/tests/
H A Dgh10695_2.phpt7 set_exception_handler(function (\Throwable $exception) {
H A Dgh10695_1.phpt7 set_exception_handler(function (\Throwable $exception) {
/php-src/Zend/tests/
H A Dgh10695_4.phpt5 set_exception_handler(function (\Throwable $exception) {
H A Dbug60738_variation.phpt6 var_dump(set_exception_handler(
10 var_dump(set_exception_handler(null));
H A Dbug64960.phpt17 set_exception_handler(new ExceptionHandler());
H A Dgh13446_1.phpt8 set_exception_handler('exception_handler');
11 echo set_exception_handler(null), "\n";
H A Dgh13446_2.phpt11 set_exception_handler($handler);
H A Dgh13446_3.phpt7 set_exception_handler('exception_handler_2');
14 set_exception_handler('exception_handler_1');
17 echo set_exception_handler(null), "\n";
H A Dgh13446_4.phpt10 set_exception_handler('exception_handler');
13 var_dump(set_exception_handler(null));
H A Dgh10695_5.phpt5 set_exception_handler(function (\Throwable $exception) {
7 set_exception_handler(function (\Throwable $exception) {
H A Dgh10695_6.phpt5 set_exception_handler(function (\Throwable $exception) {
H A Dgh10695_7.phpt5 set_exception_handler(function (\Throwable $exception) {
H A Dgh10695_1.phpt2 GH-10695: Exceptions in register_shutdown_function() are caught by set_exception_handler()
5 set_exception_handler(function (\Throwable $exception) {
H A Dgh10695_2.phpt11 set_exception_handler(function (\Throwable $exception) {
H A Dgh10695_3.phpt7 set_exception_handler(function (\Throwable $exception) {
H A Dexception_handler_001.phpt6 set_exception_handler("foo");
/php-src/Zend/
H A Dzend_builtin_functions_arginfo.h268 ZEND_FUNCTION(set_exception_handler);
330 ZEND_FE(set_exception_handler, arginfo_set_exception_handler)
H A Dzend_builtin_functions.c1270 ZEND_FUNCTION(set_exception_handler) in ZEND_FUNCTION() argument
H A Dzend_builtin_functions.stub.php116 function set_exception_handler(?callable $callback) {} function
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt151 set_exception_handler('my_handler');
/php-src/tests/lang/
H A D035.phpt2 ZE2: set_exception_handler()
H A Dbug23279.phpt6 set_exception_handler('redirect_on_error');
/php-src/sapi/phpdbg/tests/
H A Dset_exception_handler.phpt2 set_exception_handler() in phpdbg
18 set_exception_handler(function () { print "EX\n"; });
/php-src/sapi/cli/tests/
H A Dbug71005.phpt11 set_exception_handler(function () { echo 'goodbye'; });
/php-src/ext/reflection/tests/
H A Dbug76536.phpt14 set_exception_handler('handleError');

Completed in 59 milliseconds

12