summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/ftruncate_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/ftruncate_variation5.phpt')
-rw-r--r--ext/standard/tests/file/ftruncate_variation5.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/ftruncate_variation5.phpt b/ext/standard/tests/file/ftruncate_variation5.phpt
index a072d1a7e3..dcc517f5ba 100644
--- a/ext/standard/tests/file/ftruncate_variation5.phpt
+++ b/ext/standard/tests/file/ftruncate_variation5.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
-*/
-
// include common file related test functions
include ("file.inc");