summaryrefslogtreecommitdiff
path: root/Zend/tests/exception_018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/exception_018.phpt')
-rw-r--r--Zend/tests/exception_018.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/exception_018.phpt b/Zend/tests/exception_018.phpt
index 6789cfe981..b61a788288 100644
--- a/Zend/tests/exception_018.phpt
+++ b/Zend/tests/exception_018.phpt
@@ -8,7 +8,7 @@ throw new Hello(new stdClass);
?>
--EXPECTF--
-Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type string, object given in %s:%d
+Fatal error: Uncaught TypeError: Exception::__construct(): Argument #1 ($message) must be of type string, stdClass given in %s:%d
Stack trace:
#0 %sexception_018.php(%d): Exception->__construct(Object(stdClass))
#1 {main}