fork download
  1. <?php
  2. $string = "test";
  3. echo $string;
  4. ?>
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
test