summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_071.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_071.phpt')
-rw-r--r--Zend/tests/ns_071.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_071.phpt b/Zend/tests/ns_071.phpt
index b0126e399f..18e5a745d5 100644
--- a/Zend/tests/ns_071.phpt
+++ b/Zend/tests/ns_071.phpt
@@ -18,7 +18,7 @@ new bar(new \stdclass);
--EXPECTF--
NULL
-Fatal error: Uncaught TypeError: foo\bar::__construct(): Argument #1 ($x) must be of type ?array, object given, called in %s:%d
+Fatal error: Uncaught TypeError: foo\bar::__construct(): Argument #1 ($x) must be of type ?array, stdClass given, called in %s:%d
Stack trace:
#0 %s(%d): foo\bar->__construct(Object(stdClass))
#1 {main}