<?php function foo(): callable { return function() {}; } function bar(): callable { return 'strpos'; } function baz(): callable { return 'baz'; } function qux(): callable { return array(new SplFixedArray(), 'fromArray'); } function quux(): callable { return array('SplFixedArray', 'fromArray'); } function corge(): callable { return 'SplFixedArray::fromArray'; } foo(); bar(); baz(); qux(); quux(); corge();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`