fork download
  1. <?php
  2. if (("5" + "2") == 7 && ("5" + "2") === 7 && "10" << 1 == 20 && "10" << 1 === 20) {
  3. echo "wow php sucks";
  4. }
  5. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
wow php sucks