summaryrefslogtreecommitdiff
path: root/testobj
blob: 93ea5e0f999f7c2991d841a657d17f316294e1e1 (plain)
1
2
3
4
5
6
7
8
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;