Php Compiler

"Cat", 2 => "Rabbit"); $b = array(3 => "Dog", 4 => "Mouse"); var_dump($a !== $b); // Not equal ?>