fork(5) download
  1. <?php
  2.  
  3. $a = "jakiś string";
  4. $b = 0;
  5.  
  6. if( $a == true && $b == false && $a == $b ) {
  7. echo "Handluj z tym!";
  8. }
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
Handluj z tym!