summaryrefslogtreecommitdiff
path: root/testarray
diff options
context:
space:
mode:
Diffstat (limited to 'testarray')
-rw-r--r--testarray21
1 files changed, 21 insertions, 0 deletions
diff --git a/testarray b/testarray
new file mode 100644
index 0000000000..27a2f9bc4d
--- /dev/null
+++ b/testarray
@@ -0,0 +1,21 @@
+
+This is a small test...
+
+<?
+/*
+ * this is a multiline comment...
+ */
+
+//for ($j=0; $j<=200; $j++) {
+ for ($i[0][0]=0; $i[0][0]<10000; $i[0][0]++) {
+ $i[1] += $i[0][0]; // this is a single line comment
+ }
+//}
+
+/* this is another multi
+line
+ comment...******
+/
+*/
+
+print $i[1]."\n";