source: branches/dev/html/test/naka/loop.php @ 12136

Revision 12136, 110 bytes checked in by naka, 19 years ago (diff)
Line 
1<?php
2   
3    for($i = 0; $i < 10; $i++) {
4        sleep(1);
5        sfDebugPrint("test$i");
6    }
7
8?>
Note: See TracBrowser for help on using the repository browser.