3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test(callable $test) { } test(function () {}); test('rand'); test(create_function('', '')); test([new SplFixedArray, 'count']);

preferences:
55.02 ms | 402 KiB | 5 Q