Index: /temp/trunk/html/test/naka/file.php
===================================================================
--- /temp/trunk/html/test/naka/file.php	(revision 5207)
+++ /temp/trunk/html/test/naka/file.php	(revision 5207)
@@ -0,0 +1,6 @@
+<?
+	for($i = 0; $i < 100; $i++) {
+		$path = "/var/tmp/test." . $i;
+		fopen($path);
+	}
+?>
