3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=array(array("a"=>"red","b"=>"green","c"=>"blue")); echo array_shift($a)."<br>"; print_r ($a);

preferences:
56.9 ms | 402 KiB | 5 Q