summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/ftruncate_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/ftruncate_error.phpt')
-rw-r--r--ext/standard/tests/file/ftruncate_error.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/ftruncate_error.phpt b/ext/standard/tests/file/ftruncate_error.phpt
index 83569c47d8..752397a461 100644
--- a/ext/standard/tests/file/ftruncate_error.phpt
+++ b/ext/standard/tests/file/ftruncate_error.phpt
@@ -2,11 +2,6 @@
Test ftruncate() function : error conditions
--FILE--
<?php
-/*
- Prototype: bool ftruncate ( resource $handle, int $size );
- Description: truncates a file to a given length
-*/
-
echo "*** Testing ftruncate() : error conditions ***\n";
$filename = __DIR__."/ftruncate_error.tmp";