mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
<?
|
|
|
|
$a->foo[4][32]["bar"] = 9;
|
|
|
|
print "------------------------------\n";
|
|
|
|
$a->foo[4][32]["bar"];
|