3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $a = ['a']; $b = ['b', 'c']; print_r($a); array_push($a, $b); print_r($a);

preferences:
27.02 ms | 402 KiB | 5 Q