3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array("Neo", "Morpheus", "Trinity", "Cypher", "Tank"); $rand_keys = array_rand($input,3); echo $input[$rand_keys] . "\n"; ?>

preferences:
32.76 ms | 402 KiB | 5 Q