fork download
  1. <?php
  2.  
  3. $x="aa";
  4. echo $y;
  5. if ($y == "string(2) \"aa\"\n")
  6. echo "ok";
  7.  
Success #stdin #stdout 0.02s 24448KB
stdin
Standard input is empty
stdout
string(2) "aa"
ok