Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with file handle and length, file pointer pointing at end of fi…
6 Testing fgetcsv() to read a file whose file pointer is pointing to end of file
7 and fgetcsv() provided with file handle and length arguments
10 echo "*** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end o…
49 // this will be used to test, if the fgetcsv() read more than a line and its
60 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
65 // call fgetcsv() to parse csv fields
69 var_dump( fgetcsv($file_handle, 1024) );
83 *** Testing fgetcsv() : with file handle and length arguments, file pointer pointing at end of file…
85 -- Testing fgetcsv() with file opened using r mode --
92 -- Testing fgetcsv() with file opened using rb mode --
99 -- Testing fgetcsv() with file opened using rt mode --
106 -- Testing fgetcsv() with file opened using r+ mode --
113 -- Testing fgetcsv() with file opened using r+b mode --
120 -- Testing fgetcsv() with file opened using r+t mode --
127 -- Testing fgetcsv() with file opened using a+ mode --
134 -- Testing fgetcsv() with file opened using a+b mode --
141 -- Testing fgetcsv() with file opened using a+t mode --
148 -- Testing fgetcsv() with file opened using w+ mode --
155 -- Testing fgetcsv() with file opened using w+b mode --
162 -- Testing fgetcsv() with file opened using w+t mode --
169 -- Testing fgetcsv() with file opened using x+ mode --
176 -- Testing fgetcsv() with file opened using x+b mode --
183 -- Testing fgetcsv() with file opened using x+t mode --
190 -- Testing fgetcsv() with file opened using r mode --
197 -- Testing fgetcsv() with file opened using rb mode --
204 -- Testing fgetcsv() with file opened using rt mode --
211 -- Testing fgetcsv() with file opened using r+ mode --
218 -- Testing fgetcsv() with file opened using r+b mode --
225 -- Testing fgetcsv() with file opened using r+t mode --
232 -- Testing fgetcsv() with file opened using a+ mode --
239 -- Testing fgetcsv() with file opened using a+b mode --
246 -- Testing fgetcsv() with file opened using a+t mode --
253 -- Testing fgetcsv() with file opened using w+ mode --
260 -- Testing fgetcsv() with file opened using w+b mode --
267 -- Testing fgetcsv() with file opened using w+t mode --
274 -- Testing fgetcsv() with file opened using x+ mode --
281 -- Testing fgetcsv() with file opened using x+b mode --
288 -- Testing fgetcsv() with file opened using x+t mode --
295 -- Testing fgetcsv() with file opened using r mode --
302 -- Testing fgetcsv() with file opened using rb mode --
309 -- Testing fgetcsv() with file opened using rt mode --
316 -- Testing fgetcsv() with file opened using r+ mode --
323 -- Testing fgetcsv() with file opened using r+b mode --
330 -- Testing fgetcsv() with file opened using r+t mode --
337 -- Testing fgetcsv() with file opened using a+ mode --
344 -- Testing fgetcsv() with file opened using a+b mode --
351 -- Testing fgetcsv() with file opened using a+t mode --
358 -- Testing fgetcsv() with file opened using w+ mode --
365 -- Testing fgetcsv() with file opened using w+b mode --
372 -- Testing fgetcsv() with file opened using w+t mode --
379 -- Testing fgetcsv() with file opened using x+ mode --
386 -- Testing fgetcsv() with file opened using x+b mode --
393 -- Testing fgetcsv() with file opened using x+t mode --
400 -- Testing fgetcsv() with file opened using r mode --
407 -- Testing fgetcsv() with file opened using rb mode --
414 -- Testing fgetcsv() with file opened using rt mode --
421 -- Testing fgetcsv() with file opened using r+ mode --
428 -- Testing fgetcsv() with file opened using r+b mode --
435 -- Testing fgetcsv() with file opened using r+t mode --
442 -- Testing fgetcsv() with file opened using a+ mode --
449 -- Testing fgetcsv() with file opened using a+b mode --
456 -- Testing fgetcsv() with file opened using a+t mode --
463 -- Testing fgetcsv() with file opened using w+ mode --
470 -- Testing fgetcsv() with file opened using w+b mode --
477 -- Testing fgetcsv() with file opened using w+t mode --
484 -- Testing fgetcsv() with file opened using x+ mode --
491 -- Testing fgetcsv() with file opened using x+b mode --
498 -- Testing fgetcsv() with file opened using x+t mode --
505 -- Testing fgetcsv() with file opened using r mode --
512 -- Testing fgetcsv() with file opened using rb mode --
519 -- Testing fgetcsv() with file opened using rt mode --
526 -- Testing fgetcsv() with file opened using r+ mode --
533 -- Testing fgetcsv() with file opened using r+b mode --
540 -- Testing fgetcsv() with file opened using r+t mode --
547 -- Testing fgetcsv() with file opened using a+ mode --
554 -- Testing fgetcsv() with file opened using a+b mode --
561 -- Testing fgetcsv() with file opened using a+t mode --
568 -- Testing fgetcsv() with file opened using w+ mode --
575 -- Testing fgetcsv() with file opened using w+b mode --
582 -- Testing fgetcsv() with file opened using w+t mode --
589 -- Testing fgetcsv() with file opened using x+ mode --
596 -- Testing fgetcsv() with file opened using x+b mode --
603 -- Testing fgetcsv() with file opened using x+t mode --