3v4l.org

run code in 300+ PHP versions simultaneously
<?php $files = array ( 0 => '.', 1 => '..', 2 => '.ftpquota', 3 => 'Ftpfxg710ehhrpx.xml', 4 => 'index.html', 5 => 'index.php', 6 => 'Logo', 7 => 'myphp', 8 => 'OnlineSlap.rar' ); shuffle($files); sort($files, SORT_FLAG_CASE | SORT_STRING); print_r($files);
Output for 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Array ( [0] => . [1] => .. [2] => .ftpquota [3] => Ftpfxg710ehhrpx.xml [4] => index.html [5] => index.php [6] => Logo [7] => myphp [8] => OnlineSlap.rar )

preferences:
68.89 ms | 406 KiB | 5 Q