Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default enclosure
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
10 /* Testing fgetcsv() to read a file when provided with default enclosure character */
12 echo "*** Testing fgetcsv() : with default enclosure ***\n";
50 // this will be used to test, if the fgetcsv() read more than a line and its
65 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
67 // call fgetcsv() to parse csv fields
69 var_dump( fgetcsv($file_handle, 1024, $delimiter) );
84 *** Testing fgetcsv() : with default enclosure ***
86 -- Testing fgetcsv() with file opened using r mode --
96 -- Testing fgetcsv() with file opened using rb mode --
106 -- Testing fgetcsv() with file opened using rt mode --
116 -- Testing fgetcsv() with file opened using r+ mode --
126 -- Testing fgetcsv() with file opened using r+b mode --
136 -- Testing fgetcsv() with file opened using r+t mode --
146 -- Testing fgetcsv() with file opened using a+ mode --
156 -- Testing fgetcsv() with file opened using a+b mode --
166 -- Testing fgetcsv() with file opened using a+t mode --
176 -- Testing fgetcsv() with file opened using w+ mode --
186 -- Testing fgetcsv() with file opened using w+b mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
206 -- Testing fgetcsv() with file opened using x+ mode --
216 -- Testing fgetcsv() with file opened using x+b mode --
226 -- Testing fgetcsv() with file opened using x+t mode --
236 -- Testing fgetcsv() with file opened using r mode --
246 -- Testing fgetcsv() with file opened using rb mode --
256 -- Testing fgetcsv() with file opened using rt mode --
266 -- Testing fgetcsv() with file opened using r+ mode --
276 -- Testing fgetcsv() with file opened using r+b mode --
286 -- Testing fgetcsv() with file opened using r+t mode --
296 -- Testing fgetcsv() with file opened using a+ mode --
306 -- Testing fgetcsv() with file opened using a+b mode --
316 -- Testing fgetcsv() with file opened using a+t mode --
326 -- Testing fgetcsv() with file opened using w+ mode --
336 -- Testing fgetcsv() with file opened using w+b mode --
346 -- Testing fgetcsv() with file opened using w+t mode --
356 -- Testing fgetcsv() with file opened using x+ mode --
366 -- Testing fgetcsv() with file opened using x+b mode --
376 -- Testing fgetcsv() with file opened using x+t mode --
386 -- Testing fgetcsv() with file opened using r mode --
396 -- Testing fgetcsv() with file opened using rb mode --
406 -- Testing fgetcsv() with file opened using rt mode --
416 -- Testing fgetcsv() with file opened using r+ mode --
426 -- Testing fgetcsv() with file opened using r+b mode --
436 -- Testing fgetcsv() with file opened using r+t mode --
446 -- Testing fgetcsv() with file opened using a+ mode --
456 -- Testing fgetcsv() with file opened using a+b mode --
466 -- Testing fgetcsv() with file opened using a+t mode --
476 -- Testing fgetcsv() with file opened using w+ mode --
486 -- Testing fgetcsv() with file opened using w+b mode --
496 -- Testing fgetcsv() with file opened using w+t mode --
506 -- Testing fgetcsv() with file opened using x+ mode --
516 -- Testing fgetcsv() with file opened using x+b mode --
526 -- Testing fgetcsv() with file opened using x+t mode --
536 -- Testing fgetcsv() with file opened using r mode --
548 -- Testing fgetcsv() with file opened using rb mode --
560 -- Testing fgetcsv() with file opened using rt mode --
572 -- Testing fgetcsv() with file opened using r+ mode --
584 -- Testing fgetcsv() with file opened using r+b mode --
596 -- Testing fgetcsv() with file opened using r+t mode --
608 -- Testing fgetcsv() with file opened using a+ mode --
620 -- Testing fgetcsv() with file opened using a+b mode --
632 -- Testing fgetcsv() with file opened using a+t mode --
644 -- Testing fgetcsv() with file opened using w+ mode --
656 -- Testing fgetcsv() with file opened using w+b mode --
668 -- Testing fgetcsv() with file opened using w+t mode --
680 -- Testing fgetcsv() with file opened using x+ mode --
692 -- Testing fgetcsv() with file opened using x+b mode --
704 -- Testing fgetcsv() with file opened using x+t mode --
716 -- Testing fgetcsv() with file opened using r mode --
731 -- Testing fgetcsv() with file opened using rb mode --
746 -- Testing fgetcsv() with file opened using rt mode --
761 -- Testing fgetcsv() with file opened using r+ mode --
776 -- Testing fgetcsv() with file opened using r+b mode --
791 -- Testing fgetcsv() with file opened using r+t mode --
806 -- Testing fgetcsv() with file opened using a+ mode --
821 -- Testing fgetcsv() with file opened using a+b mode --
836 -- Testing fgetcsv() with file opened using a+t mode --
851 -- Testing fgetcsv() with file opened using w+ mode --
866 -- Testing fgetcsv() with file opened using w+b mode --
881 -- Testing fgetcsv() with file opened using w+t mode --
896 -- Testing fgetcsv() with file opened using x+ mode --
911 -- Testing fgetcsv() with file opened using x+b mode --
926 -- Testing fgetcsv() with file opened using x+t mode --