3v4l.org

run code in 300+ PHP versions simultaneously
<?php // stub $lvl = [ 'level' => 4 ]; // render $maxStars = 5; $stars = (int)$lvl['level']; $output = str_repeat('&#9733;', $stars) . str_repeat('&#9734;', $maxStars - $stars) . ' stars'; echo $output;

preferences:
25.32 ms | 404 KiB | 5 Q