summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fread_variation4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fread_variation4.phpt')
-rw-r--r--ext/standard/tests/file/fread_variation4.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/tests/file/fread_variation4.phpt b/ext/standard/tests/file/fread_variation4.phpt
index 953158e594..97c6c39f9c 100644
--- a/ext/standard/tests/file/fread_variation4.phpt
+++ b/ext/standard/tests/file/fread_variation4.phpt
@@ -2,14 +2,6 @@
Test fread() function : usage variations - read beyond file size, write only mode
--FILE--
<?php
-/*
- Prototype: string fread ( resource $handle [, int $length] );
- Description: reads up to length bytes from the file pointer referenced by handle.
- Reading stops when up to length bytes have been read, EOF (end of file) is
- reached, (for network streams) when a packet becomes available, or (after
- opening userspace stream) when 8192 bytes have been read whichever comes first.
-*/
-
// include the file.inc for common functions for test
include ("file.inc");