fork download
  1. <?php
  2. $a=1; $b=2;
  3. $b--;
  4. if($a==$b){echo "I am feeling lucky";}
  5. else{echo "I am feeling confused";}
  6. ?>
Success #stdin #stdout 0.02s 25300KB
stdin
Standard input is empty
stdout
I am feeling lucky