fork download
  1. <?php
  2. $test = "value";
  3. echo $test['x'];
  4. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
v