<?php interface Foo { public function foo(Foo $foo); } class Bar implements Foo { public function foo($foo) { return new StdClass; } } $b = new Bar; var_dump($b->foo("test"));
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`