<?php "chave1" => 1, “dois”, false ); echo $array [“chave1”];
Standard input is empty
Standard output is empty
PHP Warning: Use of undefined constant “dois” - assumed '“dois”' (this will throw an Error in a future version of PHP) in /home/53vc2N/prog.php on line 4 PHP Warning: Use of undefined constant “chave1” - assumed '“chave1”' (this will throw an Error in a future version of PHP) in /home/53vc2N/prog.php on line 9 PHP Notice: Undefined index: “chave1” in /home/53vc2N/prog.php on line 9