3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php $a=array("a"=>"red","b"=>"green"); array_unshift($a,"blue"); print_r($a); ?> </body> </html>

preferences:
35.5 ms | 402 KiB | 5 Q