3v4l.org

run code in 300+ 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:
25.63 ms | 404 KiB | 5 Q