fork download
  1. <?php
  2.  
  3. $tar= 12;
  4. do
  5. {
  6. $tar++;
  7. echo $tar;
  8. }
  9. while
  10.  
  11. ($tar<12);
  12.  
  13.  
  14. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
13