php-src/objects

8 lines
98 B
Plaintext
Raw Normal View History

1999-04-07 21:05:13 +00:00
<?
$a->foo[4][32]["bar"] = 9;
print "------------------------------\n";
$a->foo[4][32]["bar"];