Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with all parameters specified
9 /* Testing fgetcsv() to read a file when all its parameters are provided */
11 echo "*** Testing fgetcsv() : with all parameters specified ***\n";
55 // this will be used to test, if the fgetcsv() read more than a line and its
70 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
72 // call fgetcsv() to parse csv fields
75 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
90 *** Testing fgetcsv() : with all parameters specified ***
92 -- Testing fgetcsv() with file opened using r mode --
102 -- Testing fgetcsv() with file opened using rb mode --
112 -- Testing fgetcsv() with file opened using rt mode --
122 -- Testing fgetcsv() with file opened using r+ mode --
132 -- Testing fgetcsv() with file opened using r+b mode --
142 -- Testing fgetcsv() with file opened using r+t mode --
152 -- Testing fgetcsv() with file opened using a+ mode --
162 -- Testing fgetcsv() with file opened using a+b mode --
172 -- Testing fgetcsv() with file opened using a+t mode --
182 -- Testing fgetcsv() with file opened using w+ mode --
192 -- Testing fgetcsv() with file opened using w+b mode --
202 -- Testing fgetcsv() with file opened using w+t mode --
212 -- Testing fgetcsv() with file opened using x+ mode --
222 -- Testing fgetcsv() with file opened using x+b mode --
232 -- Testing fgetcsv() with file opened using x+t mode --
242 -- Testing fgetcsv() with file opened using r mode --
252 -- Testing fgetcsv() with file opened using rb mode --
262 -- Testing fgetcsv() with file opened using rt mode --
272 -- Testing fgetcsv() with file opened using r+ mode --
282 -- Testing fgetcsv() with file opened using r+b mode --
292 -- Testing fgetcsv() with file opened using r+t mode --
302 -- Testing fgetcsv() with file opened using a+ mode --
312 -- Testing fgetcsv() with file opened using a+b mode --
322 -- Testing fgetcsv() with file opened using a+t mode --
332 -- Testing fgetcsv() with file opened using w+ mode --
342 -- Testing fgetcsv() with file opened using w+b mode --
352 -- Testing fgetcsv() with file opened using w+t mode --
362 -- Testing fgetcsv() with file opened using x+ mode --
372 -- Testing fgetcsv() with file opened using x+b mode --
382 -- Testing fgetcsv() with file opened using x+t mode --
392 -- Testing fgetcsv() with file opened using r mode --
402 -- Testing fgetcsv() with file opened using rb mode --
412 -- Testing fgetcsv() with file opened using rt mode --
422 -- Testing fgetcsv() with file opened using r+ mode --
432 -- Testing fgetcsv() with file opened using r+b mode --
442 -- Testing fgetcsv() with file opened using r+t mode --
452 -- Testing fgetcsv() with file opened using a+ mode --
462 -- Testing fgetcsv() with file opened using a+b mode --
472 -- Testing fgetcsv() with file opened using a+t mode --
482 -- Testing fgetcsv() with file opened using w+ mode --
492 -- Testing fgetcsv() with file opened using w+b mode --
502 -- Testing fgetcsv() with file opened using w+t mode --
512 -- Testing fgetcsv() with file opened using x+ mode --
522 -- Testing fgetcsv() with file opened using x+b mode --
532 -- Testing fgetcsv() with file opened using x+t mode --
542 -- Testing fgetcsv() with file opened using r mode --
552 -- Testing fgetcsv() with file opened using rb mode --
562 -- Testing fgetcsv() with file opened using rt mode --
572 -- Testing fgetcsv() with file opened using r+ mode --
582 -- Testing fgetcsv() with file opened using r+b mode --
592 -- Testing fgetcsv() with file opened using r+t mode --
602 -- Testing fgetcsv() with file opened using a+ mode --
612 -- Testing fgetcsv() with file opened using a+b mode --
622 -- Testing fgetcsv() with file opened using a+t mode --
632 -- Testing fgetcsv() with file opened using w+ mode --
642 -- Testing fgetcsv() with file opened using w+b mode --
652 -- Testing fgetcsv() with file opened using w+t mode --
662 -- Testing fgetcsv() with file opened using x+ mode --
672 -- Testing fgetcsv() with file opened using x+b mode --
682 -- Testing fgetcsv() with file opened using x+t mode --
692 -- Testing fgetcsv() with file opened using r mode --
702 -- Testing fgetcsv() with file opened using rb mode --
712 -- Testing fgetcsv() with file opened using rt mode --
722 -- Testing fgetcsv() with file opened using r+ mode --
732 -- Testing fgetcsv() with file opened using r+b mode --
742 -- Testing fgetcsv() with file opened using r+t mode --
752 -- Testing fgetcsv() with file opened using a+ mode --
762 -- Testing fgetcsv() with file opened using a+b mode --
772 -- Testing fgetcsv() with file opened using a+t mode --
782 -- Testing fgetcsv() with file opened using w+ mode --
792 -- Testing fgetcsv() with file opened using w+b mode --
802 -- Testing fgetcsv() with file opened using w+t mode --
812 -- Testing fgetcsv() with file opened using x+ mode --
822 -- Testing fgetcsv() with file opened using x+b mode --
832 -- Testing fgetcsv() with file opened using x+t mode --
842 -- Testing fgetcsv() with file opened using r mode --
850 -- Testing fgetcsv() with file opened using rb mode --
858 -- Testing fgetcsv() with file opened using rt mode --
866 -- Testing fgetcsv() with file opened using r+ mode --
874 -- Testing fgetcsv() with file opened using r+b mode --
882 -- Testing fgetcsv() with file opened using r+t mode --
890 -- Testing fgetcsv() with file opened using a+ mode --
898 -- Testing fgetcsv() with file opened using a+b mode --
906 -- Testing fgetcsv() with file opened using a+t mode --
914 -- Testing fgetcsv() with file opened using w+ mode --
922 -- Testing fgetcsv() with file opened using w+b mode --
930 -- Testing fgetcsv() with file opened using w+t mode --
938 -- Testing fgetcsv() with file opened using x+ mode --
946 -- Testing fgetcsv() with file opened using x+b mode --
954 -- Testing fgetcsv() with file opened using x+t mode --
962 -- Testing fgetcsv() with file opened using r mode --
974 -- Testing fgetcsv() with file opened using rb mode --
986 -- Testing fgetcsv() with file opened using rt mode --
998 -- Testing fgetcsv() with file opened using r+ mode --
1010 -- Testing fgetcsv() with file opened using r+b mode --
1022 -- Testing fgetcsv() with file opened using r+t mode --
1034 -- Testing fgetcsv() with file opened using a+ mode --
1046 -- Testing fgetcsv() with file opened using a+b mode --
1058 -- Testing fgetcsv() with file opened using a+t mode --
1070 -- Testing fgetcsv() with file opened using w+ mode --
1082 -- Testing fgetcsv() with file opened using w+b mode --
1094 -- Testing fgetcsv() with file opened using w+t mode --
1106 -- Testing fgetcsv() with file opened using x+ mode --
1118 -- Testing fgetcsv() with file opened using x+b mode --
1130 -- Testing fgetcsv() with file opened using x+t mode --
1142 -- Testing fgetcsv() with file opened using r mode --
1160 -- Testing fgetcsv() with file opened using rb mode --
1178 -- Testing fgetcsv() with file opened using rt mode --
1196 -- Testing fgetcsv() with file opened using r+ mode --
1214 -- Testing fgetcsv() with file opened using r+b mode --
1232 -- Testing fgetcsv() with file opened using r+t mode --
1250 -- Testing fgetcsv() with file opened using a+ mode --
1268 -- Testing fgetcsv() with file opened using a+b mode --
1286 -- Testing fgetcsv() with file opened using a+t mode --
1304 -- Testing fgetcsv() with file opened using w+ mode --
1322 -- Testing fgetcsv() with file opened using w+b mode --
1340 -- Testing fgetcsv() with file opened using w+t mode --
1358 -- Testing fgetcsv() with file opened using x+ mode --
1376 -- Testing fgetcsv() with file opened using x+b mode --
1394 -- Testing fgetcsv() with file opened using x+t mode --