diff options
Diffstat (limited to 'testobj')
-rw-r--r-- | testobj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testobj b/testobj new file mode 100644 index 0000000000..93ea5e0f99 --- /dev/null +++ b/testobj @@ -0,0 +1,9 @@ +<? + +//$a = new TestClass; +$a->foo = 5; +$foo = 456; + +print $a->foobar[2]["testing 123".$foo]->barbara."\n"; +print "---\n"; +$a->foobar[2]["testing 123".$foo]->barbara=5;
\ No newline at end of file |