Statement Php

print '';for ($min = 1, $max = 10; $min < 50; $min += 10, $max += 10) {
    print "\n";
}
print '';
?>