summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_025.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_025.phpt')
-rw-r--r--ext/spl/tests/iterator_025.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_025.phpt b/ext/spl/tests/iterator_025.phpt
index e582b1f39e..623a4cbcf4 100644
--- a/ext/spl/tests/iterator_025.phpt
+++ b/ext/spl/tests/iterator_025.phpt
@@ -9,7 +9,7 @@ class MyRecursiveIteratorIterator extends RecursiveIteratorIterator
{
echo __METHOD__ . "()\n";
}
-
+
function endIteration()
{
echo __METHOD__ . "()\n";