fork download
  1. <?php
  2.  
  3. if ("0e99" == "0e22") {
  4. echo "ok1";
  5. }
  6.  
  7. if ("0e99" == "0e22aa") {
  8. echo "ok2";
  9. }
  10.  
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
ok1