summaryrefslogtreecommitdiff
path: root/objects
blob: 0f03da1fe0a85cd3e033ff8e00c17851f45e9c1e (plain)
1
2
3
4
5
6
7
<?

$a->foo[4][32]["bar"] = 9;

print "------------------------------\n";

$a->foo[4][32]["bar"];