<?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'; } function grault(): ?callable { return null; } foo(); bar(); baz(); qux(); quux(); corge(); grault();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`