<?php interface T { function foo(T $t); } class S implements T { function foo($t) {} function bar(S $s) {} } class R extends S { function bar($s) {} }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`