diff options
Diffstat (limited to 'ext/spl/tests/iterator_012.phpt')
-rw-r--r-- | ext/spl/tests/iterator_012.phpt | 2 |
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"; } ?> |