fork download
  1. <?php
  2. answer=0;
  3. number=0;
  4. while (answer<100)
  5. {
  6. number=number+1;
  7. answer=number^2;
  8. print answer;
  9. }
  10. echo number;
  11. print "hello???\n";
  12. ?>
Success #stdin #stdout 0.86s 73024KB
stdin
Standard input is empty
stdout
Standard output is empty