summaryrefslogtreecommitdiff
path: root/objects
diff options
context:
space:
mode:
Diffstat (limited to 'objects')
-rw-r--r--objects7
1 files changed, 7 insertions, 0 deletions
diff --git a/objects b/objects
new file mode 100644
index 0000000000..0f03da1fe0
--- /dev/null
+++ b/objects
@@ -0,0 +1,7 @@
+<?
+
+$a->foo[4][32]["bar"] = 9;
+
+print "------------------------------\n";
+
+$a->foo[4][32]["bar"];