summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fscanf_variation35.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fscanf_variation35.phpt')
-rw-r--r--ext/standard/tests/file/fscanf_variation35.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/fscanf_variation35.phpt b/ext/standard/tests/file/fscanf_variation35.phpt
index a992e80600..61b939d321 100644
--- a/ext/standard/tests/file/fscanf_variation35.phpt
+++ b/ext/standard/tests/file/fscanf_variation35.phpt
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - hexa formats with resource
--FILE--
<?php
-/*
- Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
- Description: Parses input from a file according to a format
-*/
-
/* Test fscanf() to scan resource type using different hexa format types */
$file_path = __DIR__;