summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/file_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/file_error.phpt')
-rw-r--r--ext/standard/tests/file/file_error.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/file_error.phpt b/ext/standard/tests/file/file_error.phpt
index f0e0c32ada..163943a3db 100644
--- a/ext/standard/tests/file/file_error.phpt
+++ b/ext/standard/tests/file/file_error.phpt
@@ -2,11 +2,6 @@
Test file() function : error conditions
--FILE--
<?php
-/*
- Prototype: array file ( string filename [,int use-include_path [,resource context]] );
- Description: Reads entire file into an array
- Returns the file in an array
-*/
$file_path = __DIR__;
echo "\n*** Testing error conditions ***\n";
$file_handle = fopen($file_path."/file.tmp", "w");