summaryrefslogtreecommitdiff
path: root/ext/spl/tests/iterator_069.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/iterator_069.phpt')
-rw-r--r--ext/spl/tests/iterator_069.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/iterator_069.phpt b/ext/spl/tests/iterator_069.phpt
index 1ee44785b3..0c56f9fd3a 100644
--- a/ext/spl/tests/iterator_069.phpt
+++ b/ext/spl/tests/iterator_069.phpt
@@ -1,7 +1,7 @@
--TEST--
SPL: RecursiveIteratorIterator cannot be used with foreach by reference
--FILE--
-<?php
+<?php
$arr = array(array(1,2));
$arrOb = new ArrayObject($arr);