summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fgets_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fgets_variation1.phpt')
-rw-r--r--ext/standard/tests/file/fgets_variation1.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/file/fgets_variation1.phpt b/ext/standard/tests/file/fgets_variation1.phpt
index 1556540a2e..0c07c7a76c 100644
--- a/ext/standard/tests/file/fgets_variation1.phpt
+++ b/ext/standard/tests/file/fgets_variation1.phpt
@@ -2,10 +2,6 @@
Test fgets() function : usage variations - write only modes (Bug #42036)
--FILE--
<?php
-/*
- Prototype: string fgets ( resource $handle [, int $length] );
- Description: Gets a line from file pointer
-*/
/* try fgets on files which are opened in non readable modes
w, wb, wt,
a, ab, at,