Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with length and enclosure, file pointer pointing at end of file
6 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
7 and fgetcsv() provided with enclosure argument
10 echo "*** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***\n";
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
71 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enc ) ); // with length, delimiter
85 *** Testing fgetcsv() : with enclosure argument, file pointer pointing at end of file ***
87 -- Testing fgetcsv() with file opened using r mode --
94 -- Testing fgetcsv() with file opened using rb mode --
101 -- Testing fgetcsv() with file opened using rt mode --
108 -- Testing fgetcsv() with file opened using r+ mode --
115 -- Testing fgetcsv() with file opened using r+b mode --
122 -- Testing fgetcsv() with file opened using r+t mode --
129 -- Testing fgetcsv() with file opened using a+ mode --
136 -- Testing fgetcsv() with file opened using a+b mode --
143 -- Testing fgetcsv() with file opened using a+t mode --
150 -- Testing fgetcsv() with file opened using w+ mode --
157 -- Testing fgetcsv() with file opened using w+b mode --
164 -- Testing fgetcsv() with file opened using w+t mode --
171 -- Testing fgetcsv() with file opened using x+ mode --
178 -- Testing fgetcsv() with file opened using x+b mode --
185 -- Testing fgetcsv() with file opened using x+t mode --
192 -- Testing fgetcsv() with file opened using r mode --
199 -- Testing fgetcsv() with file opened using rb mode --
206 -- Testing fgetcsv() with file opened using rt mode --
213 -- Testing fgetcsv() with file opened using r+ mode --
220 -- Testing fgetcsv() with file opened using r+b mode --
227 -- Testing fgetcsv() with file opened using r+t mode --
234 -- Testing fgetcsv() with file opened using a+ mode --
241 -- Testing fgetcsv() with file opened using a+b mode --
248 -- Testing fgetcsv() with file opened using a+t mode --
255 -- Testing fgetcsv() with file opened using w+ mode --
262 -- Testing fgetcsv() with file opened using w+b mode --
269 -- Testing fgetcsv() with file opened using w+t mode --
276 -- Testing fgetcsv() with file opened using x+ mode --
283 -- Testing fgetcsv() with file opened using x+b mode --
290 -- Testing fgetcsv() with file opened using x+t mode --
297 -- Testing fgetcsv() with file opened using r mode --
304 -- Testing fgetcsv() with file opened using rb mode --
311 -- Testing fgetcsv() with file opened using rt mode --
318 -- Testing fgetcsv() with file opened using r+ mode --
325 -- Testing fgetcsv() with file opened using r+b mode --
332 -- Testing fgetcsv() with file opened using r+t mode --
339 -- Testing fgetcsv() with file opened using a+ mode --
346 -- Testing fgetcsv() with file opened using a+b mode --
353 -- Testing fgetcsv() with file opened using a+t mode --
360 -- Testing fgetcsv() with file opened using w+ mode --
367 -- Testing fgetcsv() with file opened using w+b mode --
374 -- Testing fgetcsv() with file opened using w+t mode --
381 -- Testing fgetcsv() with file opened using x+ mode --
388 -- Testing fgetcsv() with file opened using x+b mode --
395 -- Testing fgetcsv() with file opened using x+t mode --
402 -- Testing fgetcsv() with file opened using r mode --
409 -- Testing fgetcsv() with file opened using rb mode --
416 -- Testing fgetcsv() with file opened using rt mode --
423 -- Testing fgetcsv() with file opened using r+ mode --
430 -- Testing fgetcsv() with file opened using r+b mode --
437 -- Testing fgetcsv() with file opened using r+t mode --
444 -- Testing fgetcsv() with file opened using a+ mode --
451 -- Testing fgetcsv() with file opened using a+b mode --
458 -- Testing fgetcsv() with file opened using a+t mode --
465 -- Testing fgetcsv() with file opened using w+ mode --
472 -- Testing fgetcsv() with file opened using w+b mode --
479 -- Testing fgetcsv() with file opened using w+t mode --
486 -- Testing fgetcsv() with file opened using x+ mode --
493 -- Testing fgetcsv() with file opened using x+b mode --
500 -- Testing fgetcsv() with file opened using x+t mode --
507 -- Testing fgetcsv() with file opened using r mode --
514 -- Testing fgetcsv() with file opened using rb mode --
521 -- Testing fgetcsv() with file opened using rt mode --
528 -- Testing fgetcsv() with file opened using r+ mode --
535 -- Testing fgetcsv() with file opened using r+b mode --
542 -- Testing fgetcsv() with file opened using r+t mode --
549 -- Testing fgetcsv() with file opened using a+ mode --
556 -- Testing fgetcsv() with file opened using a+b mode --
563 -- Testing fgetcsv() with file opened using a+t mode --
570 -- Testing fgetcsv() with file opened using w+ mode --
577 -- Testing fgetcsv() with file opened using w+b mode --
584 -- Testing fgetcsv() with file opened using w+t mode --
591 -- Testing fgetcsv() with file opened using x+ mode --
598 -- Testing fgetcsv() with file opened using x+b mode --
605 -- Testing fgetcsv() with file opened using x+t mode --