summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/ftruncate_variation7.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/ftruncate_variation7.phpt')
-rw-r--r--ext/standard/tests/file/ftruncate_variation7.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/ftruncate_variation7.phpt b/ext/standard/tests/file/ftruncate_variation7.phpt
index 5e8b431bfa..64e5df158b 100644
--- a/ext/standard/tests/file/ftruncate_variation7.phpt
+++ b/ext/standard/tests/file/ftruncate_variation7.phpt
@@ -8,11 +8,6 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
?>
--FILE--
<?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: Truncates a file to a given length
-*/
-
/* truncate the file when file pointer is positioned at end of the file */
// include common file related test functions
include ("file.inc");