3v4l.org

run code in 500+ PHP versions simultaneously
<?php $first = '2.php'; $second = '3.php'; $third = '4.php'; $array = array($first, $second, $third); shuffle($array); foreach($array as $el) { echo $el; }

preferences:
50.08 ms | 1356 KiB | 5 Q