3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [ 'gateway' => 'a', 'email' => 'b', 'firstname' => 'c', 'lastname' => 'd', 'gender' => 'e', 'birthDate' => 'f', 'city' => 'g', 'zip' => 'h', 'client' => 'i', ]; $b = [ 'gateway' => '1', 'email' => '2', 'firstname' => '', 'lastname' => '3', ]; print_r( array_merge($a, $b) );

preferences:
54.96 ms | 402 KiB | 5 Q