summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/spl_caching_iterator_constructor_flags.phpt')
-rw-r--r--ext/spl/tests/spl_caching_iterator_constructor_flags.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/spl_caching_iterator_constructor_flags.phpt b/ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
index 499cd67559..dcb4287c45 100644
--- a/ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
+++ b/ext/spl/tests/spl_caching_iterator_constructor_flags.phpt
@@ -21,5 +21,5 @@ $test = new CachingIterator($arrayIterator, 3); // this throws an exception
?>
===DONE===
--EXPECTF--
-Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TOSTRING_USE_CURRENT
+Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TOSTRING_USE_INNER
===DONE===