3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($array) { usort($array, function($a, $b) { return 1; }); echo json_encode($array), PHP_EOL; } for ($i = 3; $i <= 20; $i++) { test(range(1, $i)); }

preferences:
66.86 ms | 402 KiB | 5 Q