diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-11-21 05:16:11 -0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-11-21 05:41:53 -0800 |
commit | 31d93fcf4bb7efdbc6340692011a8b293eab07b8 (patch) | |
tree | 064dfa77739404795babe76e191ab7ec1532a608 /Zend/tests/bug70944.phpt | |
parent | c6961cb41bebf1322b75af41f68c26fb875c51d9 (diff) | |
download | php-git-31d93fcf4bb7efdbc6340692011a8b293eab07b8.tar.gz |
Port the fix of 5.6 to 7.0
Diffstat (limited to 'Zend/tests/bug70944.phpt')
-rw-r--r-- | Zend/tests/bug70944.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug70944.phpt b/Zend/tests/bug70944.phpt index 192fd6d501..afb10bc27f 100644 --- a/Zend/tests/bug70944.phpt +++ b/Zend/tests/bug70944.phpt @@ -25,13 +25,13 @@ try { } ?> --EXPECTF-- -string(%d) "exception 'Exception' with message 'Foo' in %sbug70944.php:%d +string(%d) "Exception: Foo in %sbug70944.php:%d Stack trace: #0 {main}" -string(%d) "exception 'Exception' with message 'Foo' in %sbug70944.php:%d +string(%d) "Exception: Foo in %sbug70944.php:%d Stack trace: #0 {main} -Next exception 'Exception' with message 'Dummy' in %sbug70944.php:%d +Next Exception: Dummy in %sbug70944.php:%d Stack trace: #0 {main}" |