fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4. for ($i=0; $i < 10000; $i++) {
  5. $a = false;
  6. if (empty($a) === false) {
  7. echo 'wtf';
  8. }
  9. }
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
Standard output is empty