print_string($a->hello_world())."\n"; print $b->print_string($b->hello_world())."\n"; $a->foo = 5; print $a->foo; print $a->foo();