$punishcount = 1000000000000;
$punishment_string = "I will not game the system \n";
for ($i = 1; $i <= $punishcount; $i++) {
echo $punishment_string;
}