summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_031.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_031.phpt')
-rw-r--r--ext/spl/tests/iterator_031.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/iterator_031.phpt b/ext/spl/tests/iterator_031.phpt
index 8bd3ca7c54..da91469f08 100644
--- a/ext/spl/tests/iterator_031.phpt
+++ b/ext/spl/tests/iterator_031.phpt
@@ -37,13 +37,13 @@ class MyAppendIterator extends AppendIterator
echo __METHOD__ . "\n";
return parent::valid();
}
-
+
function append(Iterator $what)
{
echo __METHOD__ . "\n";
parent::append($what);
}
-
+
function parent__construct()
{
parent::__construct();