php-src/testobj
Zeev Suraski aceaabceff PHP 4.0
1999-04-07 21:05:13 +00:00

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;