3v4l.org

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

preferences:
34.52 ms | 402 KiB | 5 Q