Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default enclosure
5 /* Testing fgetcsv() to read a file when provided with default enclosure character */
7 echo "*** Testing fgetcsv() : with default enclosure ***\n";
45 // this will be used to test, if the fgetcsv() read more than a line and its
60 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
62 // call fgetcsv() to parse csv fields
64 var_dump( fgetcsv($file_handle, 1024, $delimiter) );
79 *** Testing fgetcsv() : with default enclosure ***
81 -- Testing fgetcsv() with file opened using r mode --
91 -- Testing fgetcsv() with file opened using rb mode --
101 -- Testing fgetcsv() with file opened using rt mode --
111 -- Testing fgetcsv() with file opened using r+ mode --
121 -- Testing fgetcsv() with file opened using r+b mode --
131 -- Testing fgetcsv() with file opened using r+t mode --
141 -- Testing fgetcsv() with file opened using a+ mode --
151 -- Testing fgetcsv() with file opened using a+b mode --
161 -- Testing fgetcsv() with file opened using a+t mode --
171 -- Testing fgetcsv() with file opened using w+ mode --
181 -- Testing fgetcsv() with file opened using w+b mode --
191 -- Testing fgetcsv() with file opened using w+t mode --
201 -- Testing fgetcsv() with file opened using x+ mode --
211 -- Testing fgetcsv() with file opened using x+b mode --
221 -- Testing fgetcsv() with file opened using x+t mode --
231 -- Testing fgetcsv() with file opened using r mode --
241 -- Testing fgetcsv() with file opened using rb mode --
251 -- Testing fgetcsv() with file opened using rt mode --
261 -- Testing fgetcsv() with file opened using r+ mode --
271 -- Testing fgetcsv() with file opened using r+b mode --
281 -- Testing fgetcsv() with file opened using r+t mode --
291 -- Testing fgetcsv() with file opened using a+ mode --
301 -- Testing fgetcsv() with file opened using a+b mode --
311 -- Testing fgetcsv() with file opened using a+t mode --
321 -- Testing fgetcsv() with file opened using w+ mode --
331 -- Testing fgetcsv() with file opened using w+b mode --
341 -- Testing fgetcsv() with file opened using w+t mode --
351 -- Testing fgetcsv() with file opened using x+ mode --
361 -- Testing fgetcsv() with file opened using x+b mode --
371 -- Testing fgetcsv() with file opened using x+t mode --
381 -- Testing fgetcsv() with file opened using r mode --
391 -- Testing fgetcsv() with file opened using rb mode --
401 -- Testing fgetcsv() with file opened using rt mode --
411 -- Testing fgetcsv() with file opened using r+ mode --
421 -- Testing fgetcsv() with file opened using r+b mode --
431 -- Testing fgetcsv() with file opened using r+t mode --
441 -- Testing fgetcsv() with file opened using a+ mode --
451 -- Testing fgetcsv() with file opened using a+b mode --
461 -- Testing fgetcsv() with file opened using a+t mode --
471 -- Testing fgetcsv() with file opened using w+ mode --
481 -- Testing fgetcsv() with file opened using w+b mode --
491 -- Testing fgetcsv() with file opened using w+t mode --
501 -- Testing fgetcsv() with file opened using x+ mode --
511 -- Testing fgetcsv() with file opened using x+b mode --
521 -- Testing fgetcsv() with file opened using x+t mode --
531 -- Testing fgetcsv() with file opened using r mode --
543 -- Testing fgetcsv() with file opened using rb mode --
555 -- Testing fgetcsv() with file opened using rt mode --
567 -- Testing fgetcsv() with file opened using r+ mode --
579 -- Testing fgetcsv() with file opened using r+b mode --
591 -- Testing fgetcsv() with file opened using r+t mode --
603 -- Testing fgetcsv() with file opened using a+ mode --
615 -- Testing fgetcsv() with file opened using a+b mode --
627 -- Testing fgetcsv() with file opened using a+t mode --
639 -- Testing fgetcsv() with file opened using w+ mode --
651 -- Testing fgetcsv() with file opened using w+b mode --
663 -- Testing fgetcsv() with file opened using w+t mode --
675 -- Testing fgetcsv() with file opened using x+ mode --
687 -- Testing fgetcsv() with file opened using x+b mode --
699 -- Testing fgetcsv() with file opened using x+t mode --
711 -- Testing fgetcsv() with file opened using r mode --
726 -- Testing fgetcsv() with file opened using rb mode --
741 -- Testing fgetcsv() with file opened using rt mode --
756 -- Testing fgetcsv() with file opened using r+ mode --
771 -- Testing fgetcsv() with file opened using r+b mode --
786 -- Testing fgetcsv() with file opened using r+t mode --
801 -- Testing fgetcsv() with file opened using a+ mode --
816 -- Testing fgetcsv() with file opened using a+b mode --
831 -- Testing fgetcsv() with file opened using a+t mode --
846 -- Testing fgetcsv() with file opened using w+ mode --
861 -- Testing fgetcsv() with file opened using w+b mode --
876 -- Testing fgetcsv() with file opened using w+t mode --
891 -- Testing fgetcsv() with file opened using x+ mode --
906 -- Testing fgetcsv() with file opened using x+b mode --
921 -- Testing fgetcsv() with file opened using x+t mode --