summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/general_functions/004.phpt')
-rw-r--r--ext/standard/tests/general_functions/004.phpt18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/standard/tests/general_functions/004.phpt b/ext/standard/tests/general_functions/004.phpt
deleted file mode 100644
index 3bd1fb1eac..0000000000
--- a/ext/standard/tests/general_functions/004.phpt
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-fgetcsv() with tab delimited fields (BUG #8258)
---POST--
---GET--
---FILE--
-<?php
-chdir(dirname(__FILE__));
-$fp=fopen("004.data","r");
-while($a=fgetcsv($fp,100,"\t")) {
- echo join(",",$a)."\n";
-}
-fclose($fp);
-?>
---EXPECT--
-name,value,comment
-true,1,boolean true
-false,0,boolean false
-empty,,nothing