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