foreach (range(1, 5) as $i) echo str_repeat('*', $i) , PHP_EOL;