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