während wahrer PHP
while(true) {
// Infinite Loop
}
Poised Pigeon
while(true) {
// Infinite Loop
}
<?php
$limit = 100;
for($counter,$counter<=$limit;$counter++){
// code
}
?>