<?php trait A { public function foo() {} } trait B { use A { A::foo as aFoo; } public function bar() {} } class C { use A; use B; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`