fork(2) download
  1. <?php
  2.  
  3. $var = 'blondes';
  4.  
  5. if($var == 0){
  6. echo 'Foo';
  7. }
  8.  
  9. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Foo