3v4l.org

run code in 300+ PHP versions simultaneously
<?php // List of places to eat $places = array("Italian restaurant", "Mexican restaurant", "Chinese restaurant", "Japanese restaurant", "Indian restaurant"); // Pick a random place $place = $places[array_rand($places)]; // Print the chosen place echo "Let's go to the $place!";

preferences:
28.77 ms | 402 KiB | 5 Q