summaryrefslogtreecommitdiff
path: root/ext/spl/tests/array_009a.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/array_009a.phpt')
-rw-r--r--ext/spl/tests/array_009a.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/array_009a.phpt b/ext/spl/tests/array_009a.phpt
index 396aa9b9e9..f2078bcd41 100644
--- a/ext/spl/tests/array_009a.phpt
+++ b/ext/spl/tests/array_009a.phpt
@@ -9,7 +9,7 @@ class MyRecursiveArrayIterator extends ArrayIterator implements RecursiveIterato
{
return is_array($this->current());
}
-
+
function getChildren()
{
return new MyRecursiveArrayIterator($this->current());