1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00
Files
archived-php-src/objects
Zeev Suraski aceaabceff PHP 4.0
1999-04-07 21:05:13 +00:00

8 lines
98 B
Plaintext

<?
$a->foo[4][32]["bar"] = 9;
print "------------------------------\n";
$a->foo[4][32]["bar"];