fork download
  1. <?php
  2.  
  3. for( $i = 0; $i < 7; ++$i ) echo str_repeat( '*', $i ) . "\n";
Success #stdin #stdout 0.02s 52432KB
stdin
Standard input is empty
stdout
*
**
***
****
*****
******