summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/007_variation21.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/007_variation21.phpt')
-rw-r--r--ext/standard/tests/file/007_variation21.phpt13
1 files changed, 1 insertions, 12 deletions
diff --git a/ext/standard/tests/file/007_variation21.phpt b/ext/standard/tests/file/007_variation21.phpt
index 37b1797491..e8165a1115 100644
--- a/ext/standard/tests/file/007_variation21.phpt
+++ b/ext/standard/tests/file/007_variation21.phpt
@@ -2,17 +2,6 @@
Test fopen and fclose() functions - usage variations - "ab" mode
--FILE--
<?php
-/*
- fopen() function:
- Prototype: resource fopen(string $filename, string $mode
- [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-*/
-/*
- fclose() function:
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-*/
/* Test fopen() and fclose(): Opening the file in "ab" mode,
checking for the file creation, write & read operations,
@@ -52,7 +41,7 @@ resource(%d) of type (stream)
string(6) "stream"
int(37)
-Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
+Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
bool(false)
int(0)
bool(true)