fork(1) download
  1. <?php
  2.  
  3. $a = ["kek" => "cat", "lol" => "dog"];
  4.  
  5. echo $a[1];
  6.  
Success #stdin #stdout #stderr 0.02s 52472KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined offset: 1 in /home/JuWnnR/prog.php on line 5