fork download
  1. <?php
  2. $yes = "no";
  3. $are = "are not";
  4. die($yes . ", you " . $are);
  5. // god damn it compilebot y u no automatic lt question php
  6. ?>
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
no, you are not