summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/copy_variation18.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/copy_variation18.phpt')
-rw-r--r--ext/standard/tests/file/copy_variation18.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/copy_variation18.phpt b/ext/standard/tests/file/copy_variation18.phpt
index 81d5e3dab9..75938f0888 100644
--- a/ext/standard/tests/file/copy_variation18.phpt
+++ b/ext/standard/tests/file/copy_variation18.phpt
@@ -2,11 +2,6 @@
Test copy() function: usage variations - stat after copy
--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(): checking stat of file before and after after copy operation */
$file_path = __DIR__;