<?php trait T { public function foo($foo) { } } interface I { function foo(); } class P { use T; } class C extends P implements I { use T; } $c = new C(); $c->foo(1);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`