3v4l.org

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

preferences:
43.65 ms | 402 KiB | 5 Q