summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/fputcsv_variation7.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/fputcsv_variation7.phpt')
-rw-r--r--ext/standard/tests/file/fputcsv_variation7.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/file/fputcsv_variation7.phpt b/ext/standard/tests/file/fputcsv_variation7.phpt
index 51100b4e5d..7d7586cebf 100644
--- a/ext/standard/tests/file/fputcsv_variation7.phpt
+++ b/ext/standard/tests/file/fputcsv_variation7.phpt
@@ -3,11 +3,6 @@ Test fputcsv() : usage variations - with different delimiter and same enclosure
--FILE--
<?php
/*
- Prototype: array fputcsv ( resource $handle , array $fields [, string $delimiter [, string $enclosure]]] );
- Description: Format line as CSV and write to the file pointer
-*/
-
-/*
Testing fputcsv() to write to a file when enclosure is same but delimiter is different from those
present in the field to be written to the file
*/