3v4l.org

run code in 300+ PHP versions simultaneously
<?php $where = [ 'Péché mignon', 'McDo', 'Flunch' ]; srand(time()); $value = rand(0, count($where) - 1); echo $where[$value];

preferences:
25.94 ms | 402 KiB | 5 Q