fork(49) download
  1. <?php
  2.  
  3. $linguagens = array(
  4. array("PHP", "PHP: Hypertext Preprocessor"),
  5. array("SQL", "Structured Query Language"));
  6.  
  7. echo $linguagens[0][1];
Success #stdin #stdout 0s 82880KB
stdin
Standard input is empty
stdout
PHP: Hypertext Preprocessor