mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
7 lines
98 B
Text
7 lines
98 B
Text
<?
|
|
|
|
$a->foo[4][32]["bar"] = 9;
|
|
|
|
print "------------------------------\n";
|
|
|
|
$a->foo[4][32]["bar"];
|