summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_012.phpt')
-rw-r--r--ext/spl/tests/iterator_012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_012.phpt b/ext/spl/tests/iterator_012.phpt
index f00cac697e..733dc10a12 100644
--- a/ext/spl/tests/iterator_012.phpt
+++ b/ext/spl/tests/iterator_012.phpt
@@ -17,7 +17,7 @@ echo "===Foreach===\n";
foreach($it as $key=>$val)
{
- echo "$key=>$val\n";
+ echo "$key=>$val\n";
}
?>