fork(63) download
  1. <?php
  2.  
  3. $array = array(
  4. "chave1" => 1,
  5. "chave2" => "dois",
  6. "chave3" => false
  7. );
  8.  
  9. echo $array["chave2"];
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
dois