3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=array("a"=>"red","b"=>"green","c"=>"blue"); $Array = array_shift($a); foreach($Array as $Key => $Value) { echo $Key . " - " . $Value; }

preferences:
39.17 ms | 402 KiB | 5 Q