Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - file pointer pointing to EOF 
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
10 /* Testing fgetcsv() by reading from a file when the file pointer is pointing to end of file */
12 echo "*** Testing fgetcsv() : with file pointer pointing to EOF ***\n";
55 // this will be used to test, if the fgetcsv() read more than a line and its
66 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
71 // call fgetcsv() to parse csv fields
75 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
79 var_dump( fgetcsv($file_handle) ); // with default args
94 *** Testing fgetcsv() : with file pointer pointing to EOF ***
96 -- Testing fgetcsv() with file opened using r mode --
106 -- Testing fgetcsv() with file opened using rb mode --
116 -- Testing fgetcsv() with file opened using rt mode --
126 -- Testing fgetcsv() with file opened using r+ mode --
136 -- Testing fgetcsv() with file opened using r+b mode --
146 -- Testing fgetcsv() with file opened using r+t mode --
156 -- Testing fgetcsv() with file opened using a+ mode --
166 -- Testing fgetcsv() with file opened using a+b mode --
176 -- Testing fgetcsv() with file opened using a+t mode --
186 -- Testing fgetcsv() with file opened using w+ mode --
196 -- Testing fgetcsv() with file opened using w+b mode --
206 -- Testing fgetcsv() with file opened using w+t mode --
216 -- Testing fgetcsv() with file opened using x+ mode --
226 -- Testing fgetcsv() with file opened using x+b mode --
236 -- Testing fgetcsv() with file opened using x+t mode --
246 -- Testing fgetcsv() with file opened using r mode --
256 -- Testing fgetcsv() with file opened using rb mode --
266 -- Testing fgetcsv() with file opened using rt mode --
276 -- Testing fgetcsv() with file opened using r+ mode --
286 -- Testing fgetcsv() with file opened using r+b mode --
296 -- Testing fgetcsv() with file opened using r+t mode --
306 -- Testing fgetcsv() with file opened using a+ mode --
316 -- Testing fgetcsv() with file opened using a+b mode --
326 -- Testing fgetcsv() with file opened using a+t mode --
336 -- Testing fgetcsv() with file opened using w+ mode --
346 -- Testing fgetcsv() with file opened using w+b mode --
356 -- Testing fgetcsv() with file opened using w+t mode --
366 -- Testing fgetcsv() with file opened using x+ mode --
376 -- Testing fgetcsv() with file opened using x+b mode --
386 -- Testing fgetcsv() with file opened using x+t mode --
396 -- Testing fgetcsv() with file opened using r mode --
406 -- Testing fgetcsv() with file opened using rb mode --
416 -- Testing fgetcsv() with file opened using rt mode --
426 -- Testing fgetcsv() with file opened using r+ mode --
436 -- Testing fgetcsv() with file opened using r+b mode --
446 -- Testing fgetcsv() with file opened using r+t mode --
456 -- Testing fgetcsv() with file opened using a+ mode --
466 -- Testing fgetcsv() with file opened using a+b mode --
476 -- Testing fgetcsv() with file opened using a+t mode --
486 -- Testing fgetcsv() with file opened using w+ mode --
496 -- Testing fgetcsv() with file opened using w+b mode --
506 -- Testing fgetcsv() with file opened using w+t mode --
516 -- Testing fgetcsv() with file opened using x+ mode --
526 -- Testing fgetcsv() with file opened using x+b mode --
536 -- Testing fgetcsv() with file opened using x+t mode --
546 -- Testing fgetcsv() with file opened using r mode --
556 -- Testing fgetcsv() with file opened using rb mode --
566 -- Testing fgetcsv() with file opened using rt mode --
576 -- Testing fgetcsv() with file opened using r+ mode --
586 -- Testing fgetcsv() with file opened using r+b mode --
596 -- Testing fgetcsv() with file opened using r+t mode --
606 -- Testing fgetcsv() with file opened using a+ mode --
616 -- Testing fgetcsv() with file opened using a+b mode --
626 -- Testing fgetcsv() with file opened using a+t mode --
636 -- Testing fgetcsv() with file opened using w+ mode --
646 -- Testing fgetcsv() with file opened using w+b mode --
656 -- Testing fgetcsv() with file opened using w+t mode --
666 -- Testing fgetcsv() with file opened using x+ mode --
676 -- Testing fgetcsv() with file opened using x+b mode --
686 -- Testing fgetcsv() with file opened using x+t mode --
696 -- Testing fgetcsv() with file opened using r mode --
706 -- Testing fgetcsv() with file opened using rb mode --
716 -- Testing fgetcsv() with file opened using rt mode --
726 -- Testing fgetcsv() with file opened using r+ mode --
736 -- Testing fgetcsv() with file opened using r+b mode --
746 -- Testing fgetcsv() with file opened using r+t mode --
756 -- Testing fgetcsv() with file opened using a+ mode --
766 -- Testing fgetcsv() with file opened using a+b mode --
776 -- Testing fgetcsv() with file opened using a+t mode --
786 -- Testing fgetcsv() with file opened using w+ mode --
796 -- Testing fgetcsv() with file opened using w+b mode --
806 -- Testing fgetcsv() with file opened using w+t mode --
816 -- Testing fgetcsv() with file opened using x+ mode --
826 -- Testing fgetcsv() with file opened using x+b mode --
836 -- Testing fgetcsv() with file opened using x+t mode --
846 -- Testing fgetcsv() with file opened using r mode --
856 -- Testing fgetcsv() with file opened using rb mode --
866 -- Testing fgetcsv() with file opened using rt mode --
876 -- Testing fgetcsv() with file opened using r+ mode --
886 -- Testing fgetcsv() with file opened using r+b mode --
896 -- Testing fgetcsv() with file opened using r+t mode --
906 -- Testing fgetcsv() with file opened using a+ mode --
916 -- Testing fgetcsv() with file opened using a+b mode --
926 -- Testing fgetcsv() with file opened using a+t mode --
936 -- Testing fgetcsv() with file opened using w+ mode --
946 -- Testing fgetcsv() with file opened using w+b mode --
956 -- Testing fgetcsv() with file opened using w+t mode --
966 -- Testing fgetcsv() with file opened using x+ mode --
976 -- Testing fgetcsv() with file opened using x+b mode --
986 -- Testing fgetcsv() with file opened using x+t mode --
996 -- Testing fgetcsv() with file opened using r mode --
1006 -- Testing fgetcsv() with file opened using rb mode --
1016 -- Testing fgetcsv() with file opened using rt mode --
1026 -- Testing fgetcsv() with file opened using r+ mode --
1036 -- Testing fgetcsv() with file opened using r+b mode --
1046 -- Testing fgetcsv() with file opened using r+t mode --
1056 -- Testing fgetcsv() with file opened using a+ mode --
1066 -- Testing fgetcsv() with file opened using a+b mode --
1076 -- Testing fgetcsv() with file opened using a+t mode --
1086 -- Testing fgetcsv() with file opened using w+ mode --
1096 -- Testing fgetcsv() with file opened using w+b mode --
1106 -- Testing fgetcsv() with file opened using w+t mode --
1116 -- Testing fgetcsv() with file opened using x+ mode --
1126 -- Testing fgetcsv() with file opened using x+b mode --
1136 -- Testing fgetcsv() with file opened using x+t mode --
1146 -- Testing fgetcsv() with file opened using r mode --
1156 -- Testing fgetcsv() with file opened using rb mode --
1166 -- Testing fgetcsv() with file opened using rt mode --
1176 -- Testing fgetcsv() with file opened using r+ mode --
1186 -- Testing fgetcsv() with file opened using r+b mode --
1196 -- Testing fgetcsv() with file opened using r+t mode --
1206 -- Testing fgetcsv() with file opened using a+ mode --
1216 -- Testing fgetcsv() with file opened using a+b mode --
1226 -- Testing fgetcsv() with file opened using a+t mode --
1236 -- Testing fgetcsv() with file opened using w+ mode --
1246 -- Testing fgetcsv() with file opened using w+b mode --
1256 -- Testing fgetcsv() with file opened using w+t mode --
1266 -- Testing fgetcsv() with file opened using x+ mode --
1276 -- Testing fgetcsv() with file opened using x+b mode --
1286 -- Testing fgetcsv() with file opened using x+t mode --