summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_016.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-05-19 15:49:44 +0000
committerMarcus Boerger <helly@php.net>2005-05-19 15:49:44 +0000
commitcccdec35773a1ab91c1dcfd8a278e4e5dd33ba38 (patch)
tree5ecbcbdc5bee17c064a73569d76567ea0c871fc4 /ext/spl/tests/iterator_016.phpt
parente117b6bad2dc67ea7493883bd20422a6192764bb (diff)
downloadphp-git-cccdec35773a1ab91c1dcfd8a278e4e5dd33ba38.tar.gz
- Update tests after correcting internal order of actions
Diffstat (limited to 'ext/spl/tests/iterator_016.phpt')
-rwxr-xr-xext/spl/tests/iterator_016.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_016.phpt b/ext/spl/tests/iterator_016.phpt
index d30f8cd100..6a811edf29 100755
--- a/ext/spl/tests/iterator_016.phpt
+++ b/ext/spl/tests/iterator_016.phpt
@@ -43,7 +43,7 @@ class MenuOutput extends RecursiveIteratorIterator
function endChildren()
{
- echo str_repeat(' ',$this->getDepth()+1)."</ul>\n";
+ echo str_repeat(' ',$this->getDepth())."</ul>\n";
}
function valid()
{