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