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.

8 lines
167 B

27 years ago
  1. <?
  2. //$a = new TestClass;
  3. $a->foo = 5;
  4. $foo = 456;
  5. print $a->foobar[2]["testing 123".$foo]->barbara."\n";
  6. print "---\n";
  7. $a->foobar[2]["testing 123".$foo]->barbara=5;