summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fscanf_variation51.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fscanf_variation51.phpt')
-rw-r--r--ext/standard/tests/file/fscanf_variation51.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/fscanf_variation51.phpt b/ext/standard/tests/file/fscanf_variation51.phpt
index 61530e74b8..fad6132748 100644
--- a/ext/standard/tests/file/fscanf_variation51.phpt
+++ b/ext/standard/tests/file/fscanf_variation51.phpt
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - file opened in write only mode
--FILE--
<?php
-/*
- Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
- Description: Parses input from a file according to a format
-*/
-
/* Test fscanf() to scan a file for read when file is opened inwrite only mode */
$file_path = __DIR__;