Index: branches/dev/html/test/naka/loop.php
===================================================================
--- branches/dev/html/test/naka/loop.php	(revision 12136)
+++ branches/dev/html/test/naka/loop.php	(revision 12136)
@@ -0,0 +1,8 @@
+<?php
+    
+    for($i = 0; $i < 10; $i++) {
+        sleep(1);
+        sfDebugPrint("test$i");
+    }
+
+?>
