diff options
Diffstat (limited to 'Zend/tests/exception_handler_006.phpt')
-rw-r--r-- | Zend/tests/exception_handler_006.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_handler_006.phpt b/Zend/tests/exception_handler_006.phpt index 6f9f11870e..861a10ffa1 100644 --- a/Zend/tests/exception_handler_006.phpt +++ b/Zend/tests/exception_handler_006.phpt @@ -21,5 +21,5 @@ throw new excEption(); echo "Done\n"; ?> ---EXPECT-- +--EXPECT-- string(24) "foo(): Exception thrown!" |