fork download
  1. <?php
  2. $tresc = "qwerty";
  3. for($i = 0; $i < 10; ++$i)
  4. $tresc .= $i;
  5. $tresc .= "uiop";
  6. echo $tresc;
  7. ?>
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
qwerty0123456789uiop