fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $arr['test'] = 123;
  5. echo "$arr[test]";
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
123