fork download
  1. <?php
  2. $a = '2+4';
  3. $b = '2+4a';
  4. $c = NULL;
  5. $d = ' ';
  6. $e = 6;
  7. $f = '6';
  8. $g = 'false';
  9. ?>
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty