fork(5) download
  1. <?php
  2.  
  3. $number = 46;
  4.  
  5. if ($number == 45||47) {
  6. echo "true";
  7. }
  8.  
  9. else {
  10. echo "false";
  11. }
Success #stdin #stdout 0.01s 24448KB
stdin
Standard input is empty
stdout
true