summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fread_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fread_variation1.phpt')
-rw-r--r--ext/standard/tests/file/fread_variation1.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/standard/tests/file/fread_variation1.phpt b/ext/standard/tests/file/fread_variation1.phpt
index 4434887c15..31a99b29a8 100644
--- a/ext/standard/tests/file/fread_variation1.phpt
+++ b/ext/standard/tests/file/fread_variation1.phpt
@@ -2,14 +2,6 @@
Test fread() function : usage variations - read some/all chars, read/write modes
--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.
-*/
-
/* Read content less than file size &
Read entire file
*/