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