<?php for ($i=1; $i<=5; $i++) { echo str_pad(str_repeat('*', $i), 5, ' ', STR_PAD_LEFT) . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.