fork download
  1. <?php
  2. if("10" == 10)
  3. {
  4. echo "It's equal!";
  5. }
  6. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
It's equal!