summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/copy_variation3-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/copy_variation3-win32.phpt')
-rw-r--r--ext/standard/tests/file/copy_variation3-win32.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/copy_variation3-win32.phpt b/ext/standard/tests/file/copy_variation3-win32.phpt
index a8a3aeb746..ed4cbfb89b 100644
--- a/ext/standard/tests/file/copy_variation3-win32.phpt
+++ b/ext/standard/tests/file/copy_variation3-win32.phpt
@@ -9,11 +9,6 @@ if(substr(PHP_OS, 0, 3) != "WIN")
obscure_filename
--FILE--
<?php
-/* Prototype: bool copy ( string $source, string $dest );
- Description: Makes a copy of the file source to dest.
- Returns TRUE on success or FALSE on failure.
-*/
-
/* Test copy() function: In creation of destination file names containing white spaces
and checking the existence and size of destination files
*/