You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
167 B

<?
//$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;