Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - file pointer pointing to EOF
5 /* Testing fgetcsv() by reading from a file when the file pointer is pointing to end of file */
7 echo "*** Testing fgetcsv() : with file pointer pointing to EOF ***\n";
50 // 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
70 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
74 var_dump( fgetcsv($file_handle) ); // with default args
89 *** Testing fgetcsv() : with file pointer pointing to EOF ***
91 -- Testing fgetcsv() with file opened using r mode --
101 -- Testing fgetcsv() with file opened using rb mode --
111 -- Testing fgetcsv() with file opened using rt mode --
121 -- Testing fgetcsv() with file opened using r+ mode --
131 -- Testing fgetcsv() with file opened using r+b mode --
141 -- Testing fgetcsv() with file opened using r+t mode --
151 -- Testing fgetcsv() with file opened using a+ mode --
161 -- Testing fgetcsv() with file opened using a+b mode --
171 -- Testing fgetcsv() with file opened using a+t mode --
181 -- Testing fgetcsv() with file opened using w+ mode --
191 -- Testing fgetcsv() with file opened using w+b mode --
201 -- Testing fgetcsv() with file opened using w+t mode --
211 -- Testing fgetcsv() with file opened using x+ mode --
221 -- Testing fgetcsv() with file opened using x+b mode --
231 -- Testing fgetcsv() with file opened using x+t mode --
241 -- Testing fgetcsv() with file opened using r mode --
251 -- Testing fgetcsv() with file opened using rb mode --
261 -- Testing fgetcsv() with file opened using rt mode --
271 -- Testing fgetcsv() with file opened using r+ mode --
281 -- Testing fgetcsv() with file opened using r+b mode --
291 -- Testing fgetcsv() with file opened using r+t mode --
301 -- Testing fgetcsv() with file opened using a+ mode --
311 -- Testing fgetcsv() with file opened using a+b mode --
321 -- Testing fgetcsv() with file opened using a+t mode --
331 -- Testing fgetcsv() with file opened using w+ mode --
341 -- Testing fgetcsv() with file opened using w+b mode --
351 -- Testing fgetcsv() with file opened using w+t mode --
361 -- Testing fgetcsv() with file opened using x+ mode --
371 -- Testing fgetcsv() with file opened using x+b mode --
381 -- Testing fgetcsv() with file opened using x+t mode --
391 -- Testing fgetcsv() with file opened using r mode --
401 -- Testing fgetcsv() with file opened using rb mode --
411 -- Testing fgetcsv() with file opened using rt mode --
421 -- Testing fgetcsv() with file opened using r+ mode --
431 -- Testing fgetcsv() with file opened using r+b mode --
441 -- Testing fgetcsv() with file opened using r+t mode --
451 -- Testing fgetcsv() with file opened using a+ mode --
461 -- Testing fgetcsv() with file opened using a+b mode --
471 -- Testing fgetcsv() with file opened using a+t mode --
481 -- Testing fgetcsv() with file opened using w+ mode --
491 -- Testing fgetcsv() with file opened using w+b mode --
501 -- Testing fgetcsv() with file opened using w+t mode --
511 -- Testing fgetcsv() with file opened using x+ mode --
521 -- Testing fgetcsv() with file opened using x+b mode --
531 -- Testing fgetcsv() with file opened using x+t mode --
541 -- Testing fgetcsv() with file opened using r mode --
551 -- Testing fgetcsv() with file opened using rb mode --
561 -- Testing fgetcsv() with file opened using rt mode --
571 -- Testing fgetcsv() with file opened using r+ mode --
581 -- Testing fgetcsv() with file opened using r+b mode --
591 -- Testing fgetcsv() with file opened using r+t mode --
601 -- Testing fgetcsv() with file opened using a+ mode --
611 -- Testing fgetcsv() with file opened using a+b mode --
621 -- Testing fgetcsv() with file opened using a+t mode --
631 -- Testing fgetcsv() with file opened using w+ mode --
641 -- Testing fgetcsv() with file opened using w+b mode --
651 -- Testing fgetcsv() with file opened using w+t mode --
661 -- Testing fgetcsv() with file opened using x+ mode --
671 -- Testing fgetcsv() with file opened using x+b mode --
681 -- Testing fgetcsv() with file opened using x+t mode --
691 -- Testing fgetcsv() with file opened using r mode --
701 -- Testing fgetcsv() with file opened using rb mode --
711 -- Testing fgetcsv() with file opened using rt mode --
721 -- Testing fgetcsv() with file opened using r+ mode --
731 -- Testing fgetcsv() with file opened using r+b mode --
741 -- Testing fgetcsv() with file opened using r+t mode --
751 -- Testing fgetcsv() with file opened using a+ mode --
761 -- Testing fgetcsv() with file opened using a+b mode --
771 -- Testing fgetcsv() with file opened using a+t mode --
781 -- Testing fgetcsv() with file opened using w+ mode --
791 -- Testing fgetcsv() with file opened using w+b mode --
801 -- Testing fgetcsv() with file opened using w+t mode --
811 -- Testing fgetcsv() with file opened using x+ mode --
821 -- Testing fgetcsv() with file opened using x+b mode --
831 -- Testing fgetcsv() with file opened using x+t mode --
841 -- Testing fgetcsv() with file opened using r mode --
851 -- Testing fgetcsv() with file opened using rb mode --
861 -- Testing fgetcsv() with file opened using rt mode --
871 -- Testing fgetcsv() with file opened using r+ mode --
881 -- Testing fgetcsv() with file opened using r+b mode --
891 -- Testing fgetcsv() with file opened using r+t mode --
901 -- Testing fgetcsv() with file opened using a+ mode --
911 -- Testing fgetcsv() with file opened using a+b mode --
921 -- Testing fgetcsv() with file opened using a+t mode --
931 -- Testing fgetcsv() with file opened using w+ mode --
941 -- Testing fgetcsv() with file opened using w+b mode --
951 -- Testing fgetcsv() with file opened using w+t mode --
961 -- Testing fgetcsv() with file opened using x+ mode --
971 -- Testing fgetcsv() with file opened using x+b mode --
981 -- Testing fgetcsv() with file opened using x+t mode --
991 -- Testing fgetcsv() with file opened using r mode --
1001 -- Testing fgetcsv() with file opened using rb mode --
1011 -- Testing fgetcsv() with file opened using rt mode --
1021 -- Testing fgetcsv() with file opened using r+ mode --
1031 -- Testing fgetcsv() with file opened using r+b mode --
1041 -- Testing fgetcsv() with file opened using r+t mode --
1051 -- Testing fgetcsv() with file opened using a+ mode --
1061 -- Testing fgetcsv() with file opened using a+b mode --
1071 -- Testing fgetcsv() with file opened using a+t mode --
1081 -- Testing fgetcsv() with file opened using w+ mode --
1091 -- Testing fgetcsv() with file opened using w+b mode --
1101 -- Testing fgetcsv() with file opened using w+t mode --
1111 -- Testing fgetcsv() with file opened using x+ mode --
1121 -- Testing fgetcsv() with file opened using x+b mode --
1131 -- Testing fgetcsv() with file opened using x+t mode --
1141 -- Testing fgetcsv() with file opened using r mode --
1151 -- Testing fgetcsv() with file opened using rb mode --
1161 -- Testing fgetcsv() with file opened using rt mode --
1171 -- Testing fgetcsv() with file opened using r+ mode --
1181 -- Testing fgetcsv() with file opened using r+b mode --
1191 -- Testing fgetcsv() with file opened using r+t mode --
1201 -- Testing fgetcsv() with file opened using a+ mode --
1211 -- Testing fgetcsv() with file opened using a+b mode --
1221 -- Testing fgetcsv() with file opened using a+t mode --
1231 -- Testing fgetcsv() with file opened using w+ mode --
1241 -- Testing fgetcsv() with file opened using w+b mode --
1251 -- Testing fgetcsv() with file opened using w+t mode --
1261 -- Testing fgetcsv() with file opened using x+ mode --
1271 -- Testing fgetcsv() with file opened using x+b mode --
1281 -- Testing fgetcsv() with file opened using x+t mode --