source: temp/trunk/html/test/naka/file.php @ 5209

Revision 5209, 109 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[5207]1<?
2    for($i = 0; $i < 100; $i++) {
3        $path = "/var/tmp/test." . $i;
[5209]4        fopen($path, "w");
[5207]5    }
[5208]6   
7    print("ok");
[5207]8?>
Note: See TracBrowser for help on using the repository browser.