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); $a[] = $b; print_r($a);

preferences:
36.08 ms | 402 KiB | 5 Q