> -----Original Message-----
> class Hello {
> public function world($x) {
> echo "Hello, $x\n"; return $this;
> }
> }
>
> $f = array(new Hello, 'foo');
> $f();Am I the only one who doesn't understand what this one is supposed to do..? Zeev
