summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fscanf_variation55.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fscanf_variation55.phpt')
-rw-r--r--ext/standard/tests/file/fscanf_variation55.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/fscanf_variation55.phpt b/ext/standard/tests/file/fscanf_variation55.phpt
index 359359d07f..3536d01b42 100644
--- a/ext/standard/tests/file/fscanf_variation55.phpt
+++ b/ext/standard/tests/file/fscanf_variation55.phpt
@@ -10,11 +10,6 @@ if (PHP_INT_SIZE != 4) {
<?php
/*
- Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
- Description: Parses input from a file according to a format
-*/
-
-/*
Test fscanf() to scan data using different format types and also
tracking the file pointer movement along with reading
*/