Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with all parameters specified
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
10 /* Testing fgetcsv() to read a file when all its parameters are provided */
12 echo "*** Testing fgetcsv() : with all parameters specified ***\n";
56 // this will be used to test, if the fgetcsv() read more than a line and its
71 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
73 // call fgetcsv() to parse csv fields
76 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
91 *** Testing fgetcsv() : with all parameters specified ***
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 --
403 -- Testing fgetcsv() with file opened using rb mode --
413 -- Testing fgetcsv() with file opened using rt mode --
423 -- Testing fgetcsv() with file opened using r+ mode --
433 -- Testing fgetcsv() with file opened using r+b mode --
443 -- Testing fgetcsv() with file opened using r+t mode --
453 -- Testing fgetcsv() with file opened using a+ mode --
463 -- Testing fgetcsv() with file opened using a+b mode --
473 -- Testing fgetcsv() with file opened using a+t mode --
483 -- Testing fgetcsv() with file opened using w+ mode --
493 -- Testing fgetcsv() with file opened using w+b mode --
503 -- Testing fgetcsv() with file opened using w+t mode --
513 -- Testing fgetcsv() with file opened using x+ mode --
523 -- Testing fgetcsv() with file opened using x+b mode --
533 -- Testing fgetcsv() with file opened using x+t mode --
543 -- Testing fgetcsv() with file opened using r mode --
553 -- Testing fgetcsv() with file opened using rb mode --
563 -- Testing fgetcsv() with file opened using rt mode --
573 -- Testing fgetcsv() with file opened using r+ mode --
583 -- Testing fgetcsv() with file opened using r+b mode --
593 -- Testing fgetcsv() with file opened using r+t mode --
603 -- Testing fgetcsv() with file opened using a+ mode --
613 -- Testing fgetcsv() with file opened using a+b mode --
623 -- Testing fgetcsv() with file opened using a+t mode --
633 -- Testing fgetcsv() with file opened using w+ mode --
643 -- Testing fgetcsv() with file opened using w+b mode --
653 -- Testing fgetcsv() with file opened using w+t mode --
663 -- Testing fgetcsv() with file opened using x+ mode --
673 -- Testing fgetcsv() with file opened using x+b mode --
683 -- Testing fgetcsv() with file opened using x+t mode --
693 -- Testing fgetcsv() with file opened using r mode --
703 -- Testing fgetcsv() with file opened using rb mode --
713 -- Testing fgetcsv() with file opened using rt mode --
723 -- Testing fgetcsv() with file opened using r+ mode --
733 -- Testing fgetcsv() with file opened using r+b mode --
743 -- Testing fgetcsv() with file opened using r+t mode --
753 -- Testing fgetcsv() with file opened using a+ mode --
763 -- Testing fgetcsv() with file opened using a+b mode --
773 -- Testing fgetcsv() with file opened using a+t mode --
783 -- Testing fgetcsv() with file opened using w+ mode --
793 -- Testing fgetcsv() with file opened using w+b mode --
803 -- Testing fgetcsv() with file opened using w+t mode --
813 -- Testing fgetcsv() with file opened using x+ mode --
823 -- Testing fgetcsv() with file opened using x+b mode --
833 -- Testing fgetcsv() with file opened using x+t mode --
843 -- Testing fgetcsv() with file opened using r mode --
851 -- Testing fgetcsv() with file opened using rb mode --
859 -- Testing fgetcsv() with file opened using rt mode --
867 -- Testing fgetcsv() with file opened using r+ mode --
875 -- Testing fgetcsv() with file opened using r+b mode --
883 -- Testing fgetcsv() with file opened using r+t mode --
891 -- Testing fgetcsv() with file opened using a+ mode --
899 -- Testing fgetcsv() with file opened using a+b mode --
907 -- Testing fgetcsv() with file opened using a+t mode --
915 -- Testing fgetcsv() with file opened using w+ mode --
923 -- Testing fgetcsv() with file opened using w+b mode --
931 -- Testing fgetcsv() with file opened using w+t mode --
939 -- Testing fgetcsv() with file opened using x+ mode --
947 -- Testing fgetcsv() with file opened using x+b mode --
955 -- Testing fgetcsv() with file opened using x+t mode --
963 -- Testing fgetcsv() with file opened using r mode --
975 -- Testing fgetcsv() with file opened using rb mode --
987 -- Testing fgetcsv() with file opened using rt mode --
999 -- Testing fgetcsv() with file opened using r+ mode --
1011 -- Testing fgetcsv() with file opened using r+b mode --
1023 -- Testing fgetcsv() with file opened using r+t mode --
1035 -- Testing fgetcsv() with file opened using a+ mode --
1047 -- Testing fgetcsv() with file opened using a+b mode --
1059 -- Testing fgetcsv() with file opened using a+t mode --
1071 -- Testing fgetcsv() with file opened using w+ mode --
1083 -- Testing fgetcsv() with file opened using w+b mode --
1095 -- Testing fgetcsv() with file opened using w+t mode --
1107 -- Testing fgetcsv() with file opened using x+ mode --
1119 -- Testing fgetcsv() with file opened using x+b mode --
1131 -- Testing fgetcsv() with file opened using x+t mode --
1143 -- Testing fgetcsv() with file opened using r mode --
1161 -- Testing fgetcsv() with file opened using rb mode --
1179 -- Testing fgetcsv() with file opened using rt mode --
1197 -- Testing fgetcsv() with file opened using r+ mode --
1215 -- Testing fgetcsv() with file opened using r+b mode --
1233 -- Testing fgetcsv() with file opened using r+t mode --
1251 -- Testing fgetcsv() with file opened using a+ mode --
1269 -- Testing fgetcsv() with file opened using a+b mode --
1287 -- Testing fgetcsv() with file opened using a+t mode --
1305 -- Testing fgetcsv() with file opened using w+ mode --
1323 -- Testing fgetcsv() with file opened using w+b mode --
1341 -- Testing fgetcsv() with file opened using w+t mode --
1359 -- Testing fgetcsv() with file opened using x+ mode --
1377 -- Testing fgetcsv() with file opened using x+b mode --
1395 -- Testing fgetcsv() with file opened using x+t mode --