Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default arguments value
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
10 /* Testing fgetcsv() to read from a file when provided with default value of arguments */
12 echo "*** Testing fgetcsv() : with default arguments value ***\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
76 var_dump( fgetcsv($file_handle) );
91 *** Testing fgetcsv() : with default arguments value ***
93 -- Testing fgetcsv() with file opened using r mode --
103 -- Testing fgetcsv() with file opened using rb mode --
113 -- Testing fgetcsv() with file opened using rt mode --
123 -- Testing fgetcsv() with file opened using r+ mode --
133 -- Testing fgetcsv() with file opened using r+b mode --
143 -- Testing fgetcsv() with file opened using r+t mode --
153 -- Testing fgetcsv() with file opened using a+ mode --
163 -- Testing fgetcsv() with file opened using a+b mode --
173 -- Testing fgetcsv() with file opened using a+t mode --
183 -- Testing fgetcsv() with file opened using w+ mode --
193 -- Testing fgetcsv() with file opened using w+b mode --
203 -- Testing fgetcsv() with file opened using w+t mode --
213 -- Testing fgetcsv() with file opened using x+ mode --
223 -- Testing fgetcsv() with file opened using x+b mode --
233 -- Testing fgetcsv() with file opened using x+t mode --
243 -- Testing fgetcsv() with file opened using r mode --
253 -- Testing fgetcsv() with file opened using rb mode --
263 -- Testing fgetcsv() with file opened using rt mode --
273 -- Testing fgetcsv() with file opened using r+ mode --
283 -- Testing fgetcsv() with file opened using r+b mode --
293 -- Testing fgetcsv() with file opened using r+t mode --
303 -- Testing fgetcsv() with file opened using a+ mode --
313 -- Testing fgetcsv() with file opened using a+b mode --
323 -- Testing fgetcsv() with file opened using a+t mode --
333 -- Testing fgetcsv() with file opened using w+ mode --
343 -- Testing fgetcsv() with file opened using w+b mode --
353 -- Testing fgetcsv() with file opened using w+t mode --
363 -- Testing fgetcsv() with file opened using x+ mode --
373 -- Testing fgetcsv() with file opened using x+b mode --
383 -- Testing fgetcsv() with file opened using x+t mode --
393 -- Testing fgetcsv() with file opened using r mode --
401 -- Testing fgetcsv() with file opened using rb mode --
409 -- Testing fgetcsv() with file opened using rt mode --
417 -- Testing fgetcsv() with file opened using r+ mode --
425 -- Testing fgetcsv() with file opened using r+b mode --
433 -- Testing fgetcsv() with file opened using r+t mode --
441 -- Testing fgetcsv() with file opened using a+ mode --
449 -- Testing fgetcsv() with file opened using a+b mode --
457 -- Testing fgetcsv() with file opened using a+t mode --
465 -- Testing fgetcsv() with file opened using w+ mode --
473 -- Testing fgetcsv() with file opened using w+b mode --
481 -- Testing fgetcsv() with file opened using w+t mode --
489 -- Testing fgetcsv() with file opened using x+ mode --
497 -- Testing fgetcsv() with file opened using x+b mode --
505 -- Testing fgetcsv() with file opened using x+t mode --
513 -- Testing fgetcsv() with file opened using r mode --
521 -- Testing fgetcsv() with file opened using rb mode --
529 -- Testing fgetcsv() with file opened using rt mode --
537 -- Testing fgetcsv() with file opened using r+ mode --
545 -- Testing fgetcsv() with file opened using r+b mode --
553 -- Testing fgetcsv() with file opened using r+t mode --
561 -- Testing fgetcsv() with file opened using a+ mode --
569 -- Testing fgetcsv() with file opened using a+b mode --
577 -- Testing fgetcsv() with file opened using a+t mode --
585 -- Testing fgetcsv() with file opened using w+ mode --
593 -- Testing fgetcsv() with file opened using w+b mode --
601 -- Testing fgetcsv() with file opened using w+t mode --
609 -- Testing fgetcsv() with file opened using x+ mode --
617 -- Testing fgetcsv() with file opened using x+b mode --
625 -- Testing fgetcsv() with file opened using x+t mode --
633 -- Testing fgetcsv() with file opened using r mode --
641 -- Testing fgetcsv() with file opened using rb mode --
649 -- Testing fgetcsv() with file opened using rt mode --
657 -- Testing fgetcsv() with file opened using r+ mode --
665 -- Testing fgetcsv() with file opened using r+b mode --
673 -- Testing fgetcsv() with file opened using r+t mode --
681 -- Testing fgetcsv() with file opened using a+ mode --
689 -- Testing fgetcsv() with file opened using a+b mode --
697 -- Testing fgetcsv() with file opened using a+t mode --
705 -- Testing fgetcsv() with file opened using w+ mode --
713 -- Testing fgetcsv() with file opened using w+b mode --
721 -- Testing fgetcsv() with file opened using w+t mode --
729 -- Testing fgetcsv() with file opened using x+ mode --
737 -- Testing fgetcsv() with file opened using x+b mode --
745 -- Testing fgetcsv() with file opened using x+t mode --
753 -- Testing fgetcsv() with file opened using r mode --
761 -- Testing fgetcsv() with file opened using rb mode --
769 -- Testing fgetcsv() with file opened using rt mode --
777 -- Testing fgetcsv() with file opened using r+ mode --
785 -- Testing fgetcsv() with file opened using r+b mode --
793 -- Testing fgetcsv() with file opened using r+t mode --
801 -- Testing fgetcsv() with file opened using a+ mode --
809 -- Testing fgetcsv() with file opened using a+b mode --
817 -- Testing fgetcsv() with file opened using a+t mode --
825 -- Testing fgetcsv() with file opened using w+ mode --
833 -- Testing fgetcsv() with file opened using w+b mode --
841 -- Testing fgetcsv() with file opened using w+t mode --
849 -- Testing fgetcsv() with file opened using x+ mode --
857 -- Testing fgetcsv() with file opened using x+b mode --
865 -- Testing fgetcsv() with file opened using x+t mode --
873 -- Testing fgetcsv() with file opened using r mode --
881 -- Testing fgetcsv() with file opened using rb mode --
889 -- Testing fgetcsv() with file opened using rt mode --
897 -- Testing fgetcsv() with file opened using r+ mode --
905 -- Testing fgetcsv() with file opened using r+b mode --
913 -- Testing fgetcsv() with file opened using r+t mode --
921 -- Testing fgetcsv() with file opened using a+ mode --
929 -- Testing fgetcsv() with file opened using a+b mode --
937 -- Testing fgetcsv() with file opened using a+t mode --
945 -- Testing fgetcsv() with file opened using w+ mode --
953 -- Testing fgetcsv() with file opened using w+b mode --
961 -- Testing fgetcsv() with file opened using w+t mode --
969 -- Testing fgetcsv() with file opened using x+ mode --
977 -- Testing fgetcsv() with file opened using x+b mode --
985 -- Testing fgetcsv() with file opened using x+t mode --
993 -- Testing fgetcsv() with file opened using r mode --
1013 -- Testing fgetcsv() with file opened using rb mode --
1033 -- Testing fgetcsv() with file opened using rt mode --
1053 -- Testing fgetcsv() with file opened using r+ mode --
1073 -- Testing fgetcsv() with file opened using r+b mode --
1093 -- Testing fgetcsv() with file opened using r+t mode --
1113 -- Testing fgetcsv() with file opened using a+ mode --
1133 -- Testing fgetcsv() with file opened using a+b mode --
1153 -- Testing fgetcsv() with file opened using a+t mode --
1173 -- Testing fgetcsv() with file opened using w+ mode --
1193 -- Testing fgetcsv() with file opened using w+b mode --
1213 -- Testing fgetcsv() with file opened using w+t mode --
1233 -- Testing fgetcsv() with file opened using x+ mode --
1253 -- Testing fgetcsv() with file opened using x+b mode --
1273 -- Testing fgetcsv() with file opened using x+t mode --