summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/tempnam_variation8-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/tempnam_variation8-win32.phpt')
-rw-r--r--ext/standard/tests/file/tempnam_variation8-win32.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/file/tempnam_variation8-win32.phpt b/ext/standard/tests/file/tempnam_variation8-win32.phpt
index 5751368f7c..f329b1a97f 100644
--- a/ext/standard/tests/file/tempnam_variation8-win32.phpt
+++ b/ext/standard/tests/file/tempnam_variation8-win32.phpt
@@ -9,10 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
?>
--FILE--
<?php
-/* Prototype: string tempnam ( string $dir, string $prefix );
- Description: Create file with unique file name.
-*/
-
/* Creating unique files in various dirs by passing relative paths to $dir arg */
echo "*** Testing tempnam() with absolute and relative paths ***\n";