Php Compiler

"Cat", 2 => "Rabbit"); $b = array(3 => "Dog", 4 => "Mouse"); print_r($a + $b); // union of $a and $b ?>