summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fgetcsv_variation30.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fgetcsv_variation30.phpt')
-rw-r--r--ext/standard/tests/file/fgetcsv_variation30.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/fgetcsv_variation30.phpt b/ext/standard/tests/file/fgetcsv_variation30.phpt
index 120267849e..7b3c13e108 100644
--- a/ext/standard/tests/file/fgetcsv_variation30.phpt
+++ b/ext/standard/tests/file/fgetcsv_variation30.phpt
@@ -3,11 +3,6 @@ Test fgetcsv() : usage variations - with file handle and length, file pointer po
--FILE--
<?php
/*
- Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosure]]] );
- Description: Gets line from file pointer and parse for CSV fields
-*/
-
-/*
Testing fgetcsv() to read a file whose file pointer is pointing to end of file
and fgetcsv() provided with file handle and length arguments
*/