Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with only file handle as argument, file pointer pointing at end…
6 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
7 and fgetcsv() provided with only file handle in its argument
10 echo "*** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of…
49 // this will be used to test, if the fgetcsv() read more than a line and its
61 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
66 // call fgetcsv() to parse csv fields
70 var_dump( fgetcsv($file_handle) );
84 *** Testing fgetcsv() : with file handle as only argument and file pointer pointing at end of file …
86 -- Testing fgetcsv() with file opened using r mode --
93 -- Testing fgetcsv() with file opened using rb mode --
100 -- Testing fgetcsv() with file opened using rt mode --
107 -- Testing fgetcsv() with file opened using r+ mode --
114 -- Testing fgetcsv() with file opened using r+b mode --
121 -- Testing fgetcsv() with file opened using r+t mode --
128 -- Testing fgetcsv() with file opened using a+ mode --
135 -- Testing fgetcsv() with file opened using a+b mode --
142 -- Testing fgetcsv() with file opened using a+t mode --
149 -- Testing fgetcsv() with file opened using w+ mode --
156 -- Testing fgetcsv() with file opened using w+b mode --
163 -- Testing fgetcsv() with file opened using w+t mode --
170 -- Testing fgetcsv() with file opened using x+ mode --
177 -- Testing fgetcsv() with file opened using x+b mode --
184 -- Testing fgetcsv() with file opened using x+t mode --
191 -- Testing fgetcsv() with file opened using r mode --
198 -- Testing fgetcsv() with file opened using rb mode --
205 -- Testing fgetcsv() with file opened using rt mode --
212 -- Testing fgetcsv() with file opened using r+ mode --
219 -- Testing fgetcsv() with file opened using r+b mode --
226 -- Testing fgetcsv() with file opened using r+t mode --
233 -- Testing fgetcsv() with file opened using a+ mode --
240 -- Testing fgetcsv() with file opened using a+b mode --
247 -- Testing fgetcsv() with file opened using a+t mode --
254 -- Testing fgetcsv() with file opened using w+ mode --
261 -- Testing fgetcsv() with file opened using w+b mode --
268 -- Testing fgetcsv() with file opened using w+t mode --
275 -- Testing fgetcsv() with file opened using x+ mode --
282 -- Testing fgetcsv() with file opened using x+b mode --
289 -- Testing fgetcsv() with file opened using x+t mode --
296 -- Testing fgetcsv() with file opened using r mode --
303 -- Testing fgetcsv() with file opened using rb mode --
310 -- Testing fgetcsv() with file opened using rt mode --
317 -- Testing fgetcsv() with file opened using r+ mode --
324 -- Testing fgetcsv() with file opened using r+b mode --
331 -- Testing fgetcsv() with file opened using r+t mode --
338 -- Testing fgetcsv() with file opened using a+ mode --
345 -- Testing fgetcsv() with file opened using a+b mode --
352 -- Testing fgetcsv() with file opened using a+t mode --
359 -- Testing fgetcsv() with file opened using w+ mode --
366 -- Testing fgetcsv() with file opened using w+b mode --
373 -- Testing fgetcsv() with file opened using w+t mode --
380 -- Testing fgetcsv() with file opened using x+ mode --
387 -- Testing fgetcsv() with file opened using x+b mode --
394 -- Testing fgetcsv() with file opened using x+t mode --
401 -- Testing fgetcsv() with file opened using r mode --
408 -- Testing fgetcsv() with file opened using rb mode --
415 -- Testing fgetcsv() with file opened using rt mode --
422 -- Testing fgetcsv() with file opened using r+ mode --
429 -- Testing fgetcsv() with file opened using r+b mode --
436 -- Testing fgetcsv() with file opened using r+t mode --
443 -- Testing fgetcsv() with file opened using a+ mode --
450 -- Testing fgetcsv() with file opened using a+b mode --
457 -- Testing fgetcsv() with file opened using a+t mode --
464 -- Testing fgetcsv() with file opened using w+ mode --
471 -- Testing fgetcsv() with file opened using w+b mode --
478 -- Testing fgetcsv() with file opened using w+t mode --
485 -- Testing fgetcsv() with file opened using x+ mode --
492 -- Testing fgetcsv() with file opened using x+b mode --
499 -- Testing fgetcsv() with file opened using x+t mode --
506 -- Testing fgetcsv() with file opened using r mode --
513 -- Testing fgetcsv() with file opened using rb mode --
520 -- Testing fgetcsv() with file opened using rt mode --
527 -- Testing fgetcsv() with file opened using r+ mode --
534 -- Testing fgetcsv() with file opened using r+b mode --
541 -- Testing fgetcsv() with file opened using r+t mode --
548 -- Testing fgetcsv() with file opened using a+ mode --
555 -- Testing fgetcsv() with file opened using a+b mode --
562 -- Testing fgetcsv() with file opened using a+t mode --
569 -- Testing fgetcsv() with file opened using w+ mode --
576 -- Testing fgetcsv() with file opened using w+b mode --
583 -- Testing fgetcsv() with file opened using w+t mode --
590 -- Testing fgetcsv() with file opened using x+ mode --
597 -- Testing fgetcsv() with file opened using x+b mode --
604 -- Testing fgetcsv() with file opened using x+t mode --