mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
9 lines
167 B
Plaintext
9 lines
167 B
Plaintext
<?
|
|
|
|
//$a = new TestClass;
|
|
$a->foo = 5;
|
|
$foo = 456;
|
|
|
|
print $a->foobar[2]["testing 123".$foo]->barbara."\n";
|
|
print "---\n";
|
|
$a->foobar[2]["testing 123".$foo]->barbara=5; |