3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('BR', "\n"); $theArray = array( '1st' => 'First', '2nd' => 'Second', '3rd' => 'Third' ); foreach ($theArray as $elem) { echo $elem . BR; }

preferences:
35.17 ms | 402 KiB | 5 Q