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 08a0b898d6..53ff7f018a 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 TypeException: Argument 1 passed to foo\bar::__construct() must be of the type array, object given, called in %s on line %d and defined in %s:%d
+Fatal error: Uncaught TypeError: Argument 1 passed to foo\bar::__construct() must be of the type array, object given, called in %s on line %d and defined in %s:%d
Stack trace:
#0 %s(%d): foo\bar->__construct()
#1 {main}