diff options
Diffstat (limited to 'ext/spl/tests/iterator_071.phpt')
-rw-r--r-- | ext/spl/tests/iterator_071.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_071.phpt b/ext/spl/tests/iterator_071.phpt index 8370906abb..5fc65edf9c 100644 --- a/ext/spl/tests/iterator_071.phpt +++ b/ext/spl/tests/iterator_071.phpt @@ -21,7 +21,7 @@ $recItIt = new MyRecursiveIteratorIterator($recArrIt, RecursiveIteratorIterator: foreach ($recItIt as $key => $val) echo "$key\n"; ?> ---EXPECTF-- +--EXPECT-- MyRecursiveIteratorIterator::nextelement 0 MyRecursiveIteratorIterator::nextelement |