fork download
  1. $test = "test";
  2.  
  3. echo $test;
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
$test = "test";

echo $test;