summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/copy_variation9.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/copy_variation9.phpt')
-rw-r--r--ext/standard/tests/file/copy_variation9.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/copy_variation9.phpt b/ext/standard/tests/file/copy_variation9.phpt
index 2c1005ec64..ee82eda188 100644
--- a/ext/standard/tests/file/copy_variation9.phpt
+++ b/ext/standard/tests/file/copy_variation9.phpt
@@ -8,11 +8,6 @@ require __DIR__ . '/../skipif_root.inc';
?>
--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(): Trying to copy source file to destination file with and without write permissions */
$file_path = __DIR__;