mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
<?
|
|
|
|
$a->foo[4][32]["bar"] = 9;
|
|
|
|
print "------------------------------\n";
|
|
|
|
$a->foo[4][32]["bar"];
|