fork download
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. $i=0;
  6. while ($i>6){
  7. $i++;
  8. echo "hello...<br>";
  9. }
  10. ?>
  11. <html>
  12. <body>
  13.  
Success #stdin #stdout 0.01s 82880KB
stdin
Standard input is empty
stdout
<!DOCTYPE html>
<html>
<body>
<html>
<body>