summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/007_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/007_basic.phpt')
-rw-r--r--ext/standard/tests/file/007_basic.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/standard/tests/file/007_basic.phpt b/ext/standard/tests/file/007_basic.phpt
index fa25431580..3e30ebf689 100644
--- a/ext/standard/tests/file/007_basic.phpt
+++ b/ext/standard/tests/file/007_basic.phpt
@@ -2,18 +2,6 @@
Test fopen(), fclose() & feof() functions: basic functionality
--FILE--
<?php
-/*
- Prototype: resource fopen(string $filename, string $mode
- [, bool $use_include_path [, resource $context]] );
- Description: Opens file or URL.
-
- Prototype: bool fclose ( resource $handle );
- Description: Closes an open file pointer
-
- Prototype: bool feof ( resource $handle );
- Description: Tests for end-of-file on a file pointer
-*/
-
echo "*** Testing basic operations of fopen() and fclose() functions ***\n";
$modes = array(
"w",