Php Compiler

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