summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_071.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_071.phpt')
-rw-r--r--ext/spl/tests/iterator_071.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/iterator_071.phpt b/ext/spl/tests/iterator_071.phpt
index 5fc65edf9c..930499bef5 100644
--- a/ext/spl/tests/iterator_071.phpt
+++ b/ext/spl/tests/iterator_071.phpt
@@ -1,7 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator - Test where the case is RS_SELF and mode is CHILD_FIRST
--FILE--
-<?php
+<?php
$arr = array(array(1,2),2);
$arrOb = new ArrayObject($arr);
@@ -9,7 +9,7 @@ $arrOb = new ArrayObject($arr);
$recArrIt = new RecursiveArrayIterator($arrOb->getIterator());
class MyRecursiveIteratorIterator extends RecursiveIteratorIterator {
-
+
function nextelement() {
echo __METHOD__."\n";
}