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