<?php trait A { abstract function x(x $arg); } trait B { abstract function x(y $arg); } new class { use A, B { B::x insteadof A; } function x(y $arg){} }; new class { use A, B { B::x insteadof A; } function x(x $arg){} };
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`