<?php trait A { abstract function test(ArrayObject $a); function testA(){ $this->test(new ArrayObject); } } trait B { function test(SplFixedArray $b){ echo "hello B"; } function testB(){ $this->test(new SplFixedArray); } } class C { use A, B; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`