fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $x = 1;
  5.  
  6. while($x <= 10){
  7.  
  8. $x++;
  9.  
  10. }
Success #stdin #stdout 0.02s 25704KB
stdin
Standard input is empty
stdout
Standard output is empty