Home
last modified time | relevance | path

Searched refs:fgetcsv (Results 1 – 25 of 63) sorted by last modified time

123

/PHP-7.4/
H A DNEWS1688 . Implemented FR #51496 (fgetcsv should take empty string as an escape). (cmb)
H A DUPGRADING484 . SplFileObject::fputcsv(), ::fgetcsv() and ::setCsvControl() now accept an
490 . fputcsv() and fgetcsv() now accept an empty string as $escape argument,
/PHP-7.4/ext/spl/
H A Dspl_directory.c2577 SPL_METHOD(SplFileObject, fgetcsv) in SPL_METHOD() argument
3098 SPL_ME(SplFileObject, fgetcsv, arginfo_file_object_fgetcsv, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/standard/
H A Dfile.c1983 PHP_FUNCTION(fgetcsv) in PHP_FUNCTION() argument
H A Dbasic_functions.c3183 PHP_FE(fgetcsv, arginfo_fgetcsv)
H A Dfile.h39 PHP_FUNCTION(fgetcsv);
/PHP-7.4/win32/build/
H A Dmkdist.php82 while (($line = fgetcsv($pipes[1]))) {
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv.phpt47 while($l=fgetcsv($fp))
H A Dfputcsv_002.phpt6 $file = __DIR__ .'/fgetcsv-test.csv';
19 $file = __DIR__ .'/fgetcsv-test.csv';
H A Dfputcsv_variation15.phpt49 while($l=fgetcsv($fp, 0, ',', '"', '/'))
H A Dfgetcsv_variation32.phpt2 fgetcsv() with empty $escape
13 while (($data = fgetcsv($stream, 0, ',', '"', '')) !== false) {
H A Dfgetcsv_variation17.phpt69 // call fgetcsv() to parse csv fields
73 var_dump( fgetcsv($file_handle, 9, $delimiter) );
96 -- Testing fgetcsv() with file opened using r mode --
112 -- Testing fgetcsv() with file opened using rb mode --
128 -- Testing fgetcsv() with file opened using rt mode --
144 -- Testing fgetcsv() with file opened using r+ mode --
192 -- Testing fgetcsv() with file opened using a+ mode --
240 -- Testing fgetcsv() with file opened using w+ mode --
288 -- Testing fgetcsv() with file opened using x+ mode --
336 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation18.phpt69 // call fgetcsv() to parse csv fields
74 var_dump( fgetcsv($file_handle, 1024, $del) );
91 -- Testing fgetcsv() with file opened using r mode --
99 -- Testing fgetcsv() with file opened using rb mode --
107 -- Testing fgetcsv() with file opened using rt mode --
115 -- Testing fgetcsv() with file opened using r+ mode --
139 -- Testing fgetcsv() with file opened using a+ mode --
163 -- Testing fgetcsv() with file opened using w+ mode --
187 -- Testing fgetcsv() with file opened using x+ mode --
211 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation4.phpt2 Test fgetcsv() : usage variations - with enclosure as NULL
12 echo "*** Testing fgetcsv() : with enclosure as NULL ***\n";
72 // call fgetcsv() to parse csv fields
91 *** Testing fgetcsv() : with enclosure as NULL ***
93 -- Testing fgetcsv() with file opened using r mode --
100 -- Testing fgetcsv() with file opened using rb mode --
107 -- Testing fgetcsv() with file opened using rt mode --
114 -- Testing fgetcsv() with file opened using r+ mode --
135 -- Testing fgetcsv() with file opened using a+ mode --
156 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation5.phpt2 Test fgetcsv() : usage variations - with delimiter & enclosure as NULL
75 // call fgetcsv() to parse csv fields
95 -- Testing fgetcsv() with file opened using r mode --
102 -- Testing fgetcsv() with file opened using rb mode --
109 -- Testing fgetcsv() with file opened using rt mode --
116 -- Testing fgetcsv() with file opened using r+ mode --
137 -- Testing fgetcsv() with file opened using a+ mode --
158 -- Testing fgetcsv() with file opened using w+ mode --
179 -- Testing fgetcsv() with file opened using x+ mode --
200 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation6.phpt2 Test fgetcsv() : usage variations - with length less than line size
75 // call fgetcsv() to parse csv fields
101 -- Testing fgetcsv() with file opened using r mode --
117 -- Testing fgetcsv() with file opened using rb mode --
133 -- Testing fgetcsv() with file opened using rt mode --
149 -- Testing fgetcsv() with file opened using r+ mode --
197 -- Testing fgetcsv() with file opened using a+ mode --
245 -- Testing fgetcsv() with file opened using w+ mode --
293 -- Testing fgetcsv() with file opened using x+ mode --
341 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation8.phpt76 // call fgetcsv() to parse csv fields
99 -- Testing fgetcsv() with file opened using r mode --
107 -- Testing fgetcsv() with file opened using rb mode --
115 -- Testing fgetcsv() with file opened using rt mode --
123 -- Testing fgetcsv() with file opened using r+ mode --
147 -- Testing fgetcsv() with file opened using a+ mode --
171 -- Testing fgetcsv() with file opened using w+ mode --
195 -- Testing fgetcsv() with file opened using x+ mode --
219 -- Testing fgetcsv() with file opened using r mode --
227 -- Testing fgetcsv() with file opened using rb mode --
[all …]
H A Dfgetcsv_variation19.phpt70 // call fgetcsv() to parse csv fields
75 var_dump( fgetcsv($file_handle, 1024, $del) );
92 -- Testing fgetcsv() with file opened using r mode --
102 -- Testing fgetcsv() with file opened using rb mode --
112 -- Testing fgetcsv() with file opened using rt mode --
122 -- Testing fgetcsv() with file opened using r+ mode --
152 -- Testing fgetcsv() with file opened using a+ mode --
182 -- Testing fgetcsv() with file opened using w+ mode --
212 -- Testing fgetcsv() with file opened using x+ mode --
242 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfgetcsv_variation2.phpt2 Test fgetcsv() : usage variations - with length as 0
12 echo "*** Testing fgetcsv() : with length as 0 ***\n";
73 // call fgetcsv() to parse csv fields
92 *** Testing fgetcsv() : with length as 0 ***
94 -- Testing fgetcsv() with file opened using r mode --
104 -- Testing fgetcsv() with file opened using rb mode --
114 -- Testing fgetcsv() with file opened using rt mode --
124 -- Testing fgetcsv() with file opened using r+ mode --
154 -- Testing fgetcsv() with file opened using a+ mode --
184 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fgetcsv_escape_empty.phpt2 SplFileObject::fgetcsv() with empty $escape
13 while (($data = $file->fgetcsv(',', '"', ''))) {
H A DSplFileObject_fputcsv.phpt45 while($l=fgetcsv($fp))
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_008.phpt36 return parent::fgetcsv(',', '"');
46 echo $v->key() . "=>" . join('|',$v->fgetcsv()) . "\n";
53 $l = $v->fgetcsv();
68 return parent::fgetcsv(',', '"');
/PHP-7.4/ext/standard/tests/strings/
H A Dbug65947.phpt2 Bug #65947 (basename is no more working after fgetcsv in certain situation)
H A Dbug55674.phpt2 Bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records)
/PHP-7.4/ext/standard/tests/general_functions/
H A D004.phpt2 fgetcsv() with tab delimited fields (BUG #8258)
7 while($a=fgetcsv($fp,100,"\t")) {

Completed in 106 milliseconds

123