<?php trait A { public function foo() { return 'bar'; } } trait B {use A;} trait C {use A;} class Test { use A, B, C; } echo (new Test())->foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`