summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/007_variation6.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/007_variation6.phpt')
-rw-r--r--ext/standard/tests/file/007_variation6.phpt11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/standard/tests/file/007_variation6.phpt b/ext/standard/tests/file/007_variation6.phpt
index a2ac5d8050..1482ad0337 100644
--- a/ext/standard/tests/file/007_variation6.phpt
+++ b/ext/standard/tests/file/007_variation6.phpt
@@ -2,17 +2,6 @@
Test fopen and fclose() functions - usage variations - "a+" 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 "a+" mode,
checking for the file creation, write & read operations,