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