summaryrefslogtreecommitdiff
path: root/testarray2
diff options
context:
space:
mode:
Diffstat (limited to 'testarray2')
-rw-r--r--testarray25
1 files changed, 5 insertions, 0 deletions
diff --git a/testarray2 b/testarray2
new file mode 100644
index 0000000000..4272eedf2e
--- /dev/null
+++ b/testarray2
@@ -0,0 +1,5 @@
+<?
+
+for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
+ print $i;
+} \ No newline at end of file