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