3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = array('alan', 'ryan', 'mum', 'matt', 'mel', 'nat', 'sarah', 'shaun'); shuffle($x); while(sizeof($x) > 0) { echo array_pop($x) . "\n"; }

preferences:
36.02 ms | 402 KiB | 5 Q