summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_handler_004.phpt
blob: 6552141b73c55b242c7116a83ae6f480af835061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
exception handler tests - 4
--FILE--
<?php

set_exception_handler("fo");
set_exception_handler(array("", ""));

echo "Done\n";
?>
--EXPECTF--
Warning: set_exception_handler() expects the argument (fo) to be a valid callback in %s on line %d

Warning: set_exception_handler() expects the argument (::) to be a valid callback in %s on line %d
Done