Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with different delimiter and enclosure
6 Testing fgetcsv() to read from a file when provided with values of delimiter and
7 enclosure that are not present in the line read by fgetcsv()
10 echo "*** Testing fgetcsv() : with different delimiter and enclosure ***\n";
54 // this will be used to test, if the fgetcsv() read more than a line and its
69 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
71 // call fgetcsv() to parse csv fields
77 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
92 *** Testing fgetcsv() : with different delimiter and enclosure ***
94 -- Testing fgetcsv() with file opened using r mode --
102 -- Testing fgetcsv() with file opened using rb mode --
110 -- Testing fgetcsv() with file opened using rt mode --
118 -- Testing fgetcsv() with file opened using r+ mode --
126 -- Testing fgetcsv() with file opened using r+b mode --
134 -- Testing fgetcsv() with file opened using r+t mode --
142 -- Testing fgetcsv() with file opened using a+ mode --
150 -- Testing fgetcsv() with file opened using a+b mode --
158 -- Testing fgetcsv() with file opened using a+t mode --
166 -- Testing fgetcsv() with file opened using w+ mode --
174 -- Testing fgetcsv() with file opened using w+b mode --
182 -- Testing fgetcsv() with file opened using w+t mode --
190 -- Testing fgetcsv() with file opened using x+ mode --
198 -- Testing fgetcsv() with file opened using x+b mode --
206 -- Testing fgetcsv() with file opened using x+t mode --
214 -- Testing fgetcsv() with file opened using r mode --
222 -- Testing fgetcsv() with file opened using rb mode --
230 -- Testing fgetcsv() with file opened using rt mode --
238 -- Testing fgetcsv() with file opened using r+ mode --
246 -- Testing fgetcsv() with file opened using r+b mode --
254 -- Testing fgetcsv() with file opened using r+t mode --
262 -- Testing fgetcsv() with file opened using a+ mode --
270 -- Testing fgetcsv() with file opened using a+b mode --
278 -- Testing fgetcsv() with file opened using a+t mode --
286 -- Testing fgetcsv() with file opened using w+ mode --
294 -- Testing fgetcsv() with file opened using w+b mode --
302 -- Testing fgetcsv() with file opened using w+t mode --
310 -- Testing fgetcsv() with file opened using x+ mode --
318 -- Testing fgetcsv() with file opened using x+b mode --
326 -- Testing fgetcsv() with file opened using x+t mode --
334 -- Testing fgetcsv() with file opened using r mode --
342 -- Testing fgetcsv() with file opened using rb mode --
350 -- Testing fgetcsv() with file opened using rt mode --
358 -- Testing fgetcsv() with file opened using r+ mode --
366 -- Testing fgetcsv() with file opened using r+b mode --
374 -- Testing fgetcsv() with file opened using r+t mode --
382 -- Testing fgetcsv() with file opened using a+ mode --
390 -- Testing fgetcsv() with file opened using a+b mode --
398 -- Testing fgetcsv() with file opened using a+t mode --
406 -- Testing fgetcsv() with file opened using w+ mode --
414 -- Testing fgetcsv() with file opened using w+b mode --
422 -- Testing fgetcsv() with file opened using w+t mode --
430 -- Testing fgetcsv() with file opened using x+ mode --
438 -- Testing fgetcsv() with file opened using x+b mode --
446 -- Testing fgetcsv() with file opened using x+t mode --
454 -- Testing fgetcsv() with file opened using r mode --
462 -- Testing fgetcsv() with file opened using rb mode --
470 -- Testing fgetcsv() with file opened using rt mode --
478 -- Testing fgetcsv() with file opened using r+ mode --
486 -- Testing fgetcsv() with file opened using r+b mode --
494 -- Testing fgetcsv() with file opened using r+t mode --
502 -- Testing fgetcsv() with file opened using a+ mode --
510 -- Testing fgetcsv() with file opened using a+b mode --
518 -- Testing fgetcsv() with file opened using a+t mode --
526 -- Testing fgetcsv() with file opened using w+ mode --
534 -- Testing fgetcsv() with file opened using w+b mode --
542 -- Testing fgetcsv() with file opened using w+t mode --
550 -- Testing fgetcsv() with file opened using x+ mode --
558 -- Testing fgetcsv() with file opened using x+b mode --
566 -- Testing fgetcsv() with file opened using x+t mode --
574 -- Testing fgetcsv() with file opened using r mode --
582 -- Testing fgetcsv() with file opened using rb mode --
590 -- Testing fgetcsv() with file opened using rt mode --
598 -- Testing fgetcsv() with file opened using r+ mode --
606 -- Testing fgetcsv() with file opened using r+b mode --
614 -- Testing fgetcsv() with file opened using r+t mode --
622 -- Testing fgetcsv() with file opened using a+ mode --
630 -- Testing fgetcsv() with file opened using a+b mode --
638 -- Testing fgetcsv() with file opened using a+t mode --
646 -- Testing fgetcsv() with file opened using w+ mode --
654 -- Testing fgetcsv() with file opened using w+b mode --
662 -- Testing fgetcsv() with file opened using w+t mode --
670 -- Testing fgetcsv() with file opened using x+ mode --
678 -- Testing fgetcsv() with file opened using x+b mode --
686 -- Testing fgetcsv() with file opened using x+t mode --
694 -- Testing fgetcsv() with file opened using r mode --
702 -- Testing fgetcsv() with file opened using rb mode --
710 -- Testing fgetcsv() with file opened using rt mode --
718 -- Testing fgetcsv() with file opened using r+ mode --
726 -- Testing fgetcsv() with file opened using r+b mode --
734 -- Testing fgetcsv() with file opened using r+t mode --
742 -- Testing fgetcsv() with file opened using a+ mode --
750 -- Testing fgetcsv() with file opened using a+b mode --
758 -- Testing fgetcsv() with file opened using a+t mode --
766 -- Testing fgetcsv() with file opened using w+ mode --
774 -- Testing fgetcsv() with file opened using w+b mode --
782 -- Testing fgetcsv() with file opened using w+t mode --
790 -- Testing fgetcsv() with file opened using x+ mode --
798 -- Testing fgetcsv() with file opened using x+b mode --
806 -- Testing fgetcsv() with file opened using x+t mode --
814 -- Testing fgetcsv() with file opened using r mode --
822 -- Testing fgetcsv() with file opened using rb mode --
830 -- Testing fgetcsv() with file opened using rt mode --
838 -- Testing fgetcsv() with file opened using r+ mode --
846 -- Testing fgetcsv() with file opened using r+b mode --
854 -- Testing fgetcsv() with file opened using r+t mode --
862 -- Testing fgetcsv() with file opened using a+ mode --
870 -- Testing fgetcsv() with file opened using a+b mode --
878 -- Testing fgetcsv() with file opened using a+t mode --
886 -- Testing fgetcsv() with file opened using w+ mode --
894 -- Testing fgetcsv() with file opened using w+b mode --
902 -- Testing fgetcsv() with file opened using w+t mode --
910 -- Testing fgetcsv() with file opened using x+ mode --
918 -- Testing fgetcsv() with file opened using x+b mode --
926 -- Testing fgetcsv() with file opened using x+t mode --
934 -- Testing fgetcsv() with file opened using r mode --
942 -- Testing fgetcsv() with file opened using rb mode --
950 -- Testing fgetcsv() with file opened using rt mode --
958 -- Testing fgetcsv() with file opened using r+ mode --
966 -- Testing fgetcsv() with file opened using r+b mode --
974 -- Testing fgetcsv() with file opened using r+t mode --
982 -- Testing fgetcsv() with file opened using a+ mode --
990 -- Testing fgetcsv() with file opened using a+b mode --
998 -- Testing fgetcsv() with file opened using a+t mode --
1006 -- Testing fgetcsv() with file opened using w+ mode --
1014 -- Testing fgetcsv() with file opened using w+b mode --
1022 -- Testing fgetcsv() with file opened using w+t mode --
1030 -- Testing fgetcsv() with file opened using x+ mode --
1038 -- Testing fgetcsv() with file opened using x+b mode --
1046 -- Testing fgetcsv() with file opened using x+t mode --