<?php trait T { abstract function foo($bar); } abstract class A { use T; } class R extends A { function foo($bar, $baz) {} }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`