diff options
Diffstat (limited to 'ext/standard/tests/general_functions/004.phpt')
| -rw-r--r-- | ext/standard/tests/general_functions/004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/general_functions/004.phpt b/ext/standard/tests/general_functions/004.phpt index 40b47cc1ca..5468ca99f0 100644 --- a/ext/standard/tests/general_functions/004.phpt +++ b/ext/standard/tests/general_functions/004.phpt @@ -1,7 +1,7 @@ --TEST-- fgetcsv() with tab delimited fields (BUG #8258) --FILE-- -<?php +<?php chdir(dirname(__FILE__)); $fp=fopen("004.data","r"); while($a=fgetcsv($fp,100,"\t")) { |
