3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = []; $test["12345"] = 'hello'; $test["abcde"] = 'goodbye'; //$test = array_merge($test, []); $test = $test + ["12345" => 'another string']; var_dump($test);

preferences:
43.92 ms | 402 KiB | 5 Q