summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fscanf_variation10.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fscanf_variation10.phpt')
-rw-r--r--ext/standard/tests/file/fscanf_variation10.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/fscanf_variation10.phpt b/ext/standard/tests/file/fscanf_variation10.phpt
index 507ed8e22d..1de7d25ffd 100644
--- a/ext/standard/tests/file/fscanf_variation10.phpt
+++ b/ext/standard/tests/file/fscanf_variation10.phpt
@@ -3,11 +3,6 @@ Test fscanf() function: usage variations - float 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 float format types */
$file_path = __DIR__;