Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default enclosure & length as 0
5 /* Testing fgetcsv() to read a file when provided with default enclosure character
9 echo "*** Testing fgetcsv() : with default enclosure & length as 0 ***\n";
47 // this will be used to test, if the fgetcsv() read more than a line and its
62 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
64 // call fgetcsv() to parse csv fields
68 var_dump( fgetcsv($file_handle, 0, $delimiter) );
83 *** Testing fgetcsv() : with default enclosure & length as 0 ***
85 -- Testing fgetcsv() with file opened using r mode --
95 -- Testing fgetcsv() with file opened using rb mode --
105 -- Testing fgetcsv() with file opened using rt mode --
115 -- Testing fgetcsv() with file opened using r+ mode --
125 -- Testing fgetcsv() with file opened using r+b mode --
135 -- Testing fgetcsv() with file opened using r+t mode --
145 -- Testing fgetcsv() with file opened using a+ mode --
155 -- Testing fgetcsv() with file opened using a+b mode --
165 -- Testing fgetcsv() with file opened using a+t mode --
175 -- Testing fgetcsv() with file opened using w+ mode --
185 -- Testing fgetcsv() with file opened using w+b mode --
195 -- Testing fgetcsv() with file opened using w+t mode --
205 -- Testing fgetcsv() with file opened using x+ mode --
215 -- Testing fgetcsv() with file opened using x+b mode --
225 -- Testing fgetcsv() with file opened using x+t mode --
235 -- Testing fgetcsv() with file opened using r mode --
245 -- Testing fgetcsv() with file opened using rb mode --
255 -- Testing fgetcsv() with file opened using rt mode --
265 -- Testing fgetcsv() with file opened using r+ mode --
275 -- Testing fgetcsv() with file opened using r+b mode --
285 -- Testing fgetcsv() with file opened using r+t mode --
295 -- Testing fgetcsv() with file opened using a+ mode --
305 -- Testing fgetcsv() with file opened using a+b mode --
315 -- Testing fgetcsv() with file opened using a+t mode --
325 -- Testing fgetcsv() with file opened using w+ mode --
335 -- Testing fgetcsv() with file opened using w+b mode --
345 -- Testing fgetcsv() with file opened using w+t mode --
355 -- Testing fgetcsv() with file opened using x+ mode --
365 -- Testing fgetcsv() with file opened using x+b mode --
375 -- Testing fgetcsv() with file opened using x+t mode --
385 -- Testing fgetcsv() with file opened using r mode --
395 -- Testing fgetcsv() with file opened using rb mode --
405 -- Testing fgetcsv() with file opened using rt mode --
415 -- Testing fgetcsv() with file opened using r+ mode --
425 -- Testing fgetcsv() with file opened using r+b mode --
435 -- Testing fgetcsv() with file opened using r+t mode --
445 -- Testing fgetcsv() with file opened using a+ mode --
455 -- Testing fgetcsv() with file opened using a+b mode --
465 -- Testing fgetcsv() with file opened using a+t mode --
475 -- Testing fgetcsv() with file opened using w+ mode --
485 -- Testing fgetcsv() with file opened using w+b mode --
495 -- Testing fgetcsv() with file opened using w+t mode --
505 -- Testing fgetcsv() with file opened using x+ mode --
515 -- Testing fgetcsv() with file opened using x+b mode --
525 -- Testing fgetcsv() with file opened using x+t mode --
535 -- Testing fgetcsv() with file opened using r mode --
547 -- Testing fgetcsv() with file opened using rb mode --
559 -- Testing fgetcsv() with file opened using rt mode --
571 -- Testing fgetcsv() with file opened using r+ mode --
583 -- Testing fgetcsv() with file opened using r+b mode --
595 -- Testing fgetcsv() with file opened using r+t mode --
607 -- Testing fgetcsv() with file opened using a+ mode --
619 -- Testing fgetcsv() with file opened using a+b mode --
631 -- Testing fgetcsv() with file opened using a+t mode --
643 -- Testing fgetcsv() with file opened using w+ mode --
655 -- Testing fgetcsv() with file opened using w+b mode --
667 -- Testing fgetcsv() with file opened using w+t mode --
679 -- Testing fgetcsv() with file opened using x+ mode --
691 -- Testing fgetcsv() with file opened using x+b mode --
703 -- Testing fgetcsv() with file opened using x+t mode --
715 -- Testing fgetcsv() with file opened using r mode --
730 -- Testing fgetcsv() with file opened using rb mode --
745 -- Testing fgetcsv() with file opened using rt mode --
760 -- Testing fgetcsv() with file opened using r+ mode --
775 -- Testing fgetcsv() with file opened using r+b mode --
790 -- Testing fgetcsv() with file opened using r+t mode --
805 -- Testing fgetcsv() with file opened using a+ mode --
820 -- Testing fgetcsv() with file opened using a+b mode --
835 -- Testing fgetcsv() with file opened using a+t mode --
850 -- Testing fgetcsv() with file opened using w+ mode --
865 -- Testing fgetcsv() with file opened using w+b mode --
880 -- Testing fgetcsv() with file opened using w+t mode --
895 -- Testing fgetcsv() with file opened using x+ mode --
910 -- Testing fgetcsv() with file opened using x+b mode --
925 -- Testing fgetcsv() with file opened using x+t mode --