summaryrefslogtreecommitdiff
path: root/ext/spl/tests/arrayObject___construct_error1.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-02-11 16:14:12 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-02-11 16:14:12 +0100
commitf0b387d1e42a5d7e9f5ebda1bec428fc0e7374be (patch)
treed8b5a9d5553929526de7df1c4e840888942088cb /ext/spl/tests/arrayObject___construct_error1.phpt
parent1106ff9a0e420e043c2e56c8ca00db85f1b85ee6 (diff)
parent226395a335c2783085a49d5a8559807a3b14e72f (diff)
downloadphp-git-f0b387d1e42a5d7e9f5ebda1bec428fc0e7374be.tar.gz
Merge branch 'PHP-8.0'
* PHP-8.0: Fixed bug #80719
Diffstat (limited to 'ext/spl/tests/arrayObject___construct_error1.phpt')
-rw-r--r--ext/spl/tests/arrayObject___construct_error1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/arrayObject___construct_error1.phpt b/ext/spl/tests/arrayObject___construct_error1.phpt
index 91ef24f37e..a9fbc9d3b0 100644
--- a/ext/spl/tests/arrayObject___construct_error1.phpt
+++ b/ext/spl/tests/arrayObject___construct_error1.phpt
@@ -20,6 +20,6 @@ try {
?>
--EXPECT--
Bad iterator type:
-ArrayObject::__construct(): Argument #3 ($iteratorClass) must be a class name derived from Iterator, Exception given(6)
+ArrayObject::__construct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIterator, Exception given(6)
Non-existent class:
-ArrayObject::__construct(): Argument #3 ($iteratorClass) must be a class name derived from Iterator, nonExistentClassName given(13)
+ArrayObject::__construct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIterator, nonExistentClassName given(13)