fork download
  1. $a = 1;
  2. echo '$a';
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
$a = 1;
echo '$a';