source:
temp/trunk/html/test/naka/file.php
@
5209
| Revision 5209, 109 bytes checked in by naka, 20 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <? |
| 2 | for($i = 0; $i < 100; $i++) { |
| 3 | $path = "/var/tmp/test." . $i; |
| 4 | fopen($path, "w"); |
| 5 | } |
| 6 | |
| 7 | print("ok"); |
| 8 | ?> |
Note: See TracBrowser
for help on using the repository browser.
