while(true) { // Infinite Loop }
<?php $limit = 100; for($counter,$counter<=$limit;$counter++){ // code } ?>