fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $arr['test'] = 123;
  5. echo "$arr['test']";
Runtime error #stdin #stdout #stderr 0s 52488KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /home/zQkad0/prog.php on line 5