3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i=1; $i<=5; $i++) { echo str_pad(str_repeat('*', $i), 5, ' ', STR_PAD_LEFT) . PHP_EOL; }

preferences:
24.24 ms | 405 KiB | 5 Q