Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with length as 0
5 /* Testing fgetcsv() to rwad from a file with length argument equal to zero */
7 echo "*** Testing fgetcsv() : with length as 0 ***\n";
51 // 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";
68 // call fgetcsv() to parse csv fields
72 var_dump( fgetcsv($file_handle, 0, $delimiter, $enclosure) );
87 *** Testing fgetcsv() : with length as 0 ***
89 -- Testing fgetcsv() with file opened using r mode --
99 -- Testing fgetcsv() with file opened using rb mode --
109 -- Testing fgetcsv() with file opened using rt mode --
119 -- Testing fgetcsv() with file opened using r+ mode --
129 -- Testing fgetcsv() with file opened using r+b mode --
139 -- Testing fgetcsv() with file opened using r+t mode --
149 -- Testing fgetcsv() with file opened using a+ mode --
159 -- Testing fgetcsv() with file opened using a+b mode --
169 -- Testing fgetcsv() with file opened using a+t mode --
179 -- Testing fgetcsv() with file opened using w+ mode --
189 -- Testing fgetcsv() with file opened using w+b mode --
199 -- Testing fgetcsv() with file opened using w+t mode --
209 -- Testing fgetcsv() with file opened using x+ mode --
219 -- Testing fgetcsv() with file opened using x+b mode --
229 -- Testing fgetcsv() with file opened using x+t mode --
239 -- Testing fgetcsv() with file opened using r mode --
249 -- Testing fgetcsv() with file opened using rb mode --
259 -- Testing fgetcsv() with file opened using rt mode --
269 -- Testing fgetcsv() with file opened using r+ mode --
279 -- Testing fgetcsv() with file opened using r+b mode --
289 -- Testing fgetcsv() with file opened using r+t mode --
299 -- Testing fgetcsv() with file opened using a+ mode --
309 -- Testing fgetcsv() with file opened using a+b mode --
319 -- Testing fgetcsv() with file opened using a+t mode --
329 -- Testing fgetcsv() with file opened using w+ mode --
339 -- Testing fgetcsv() with file opened using w+b mode --
349 -- Testing fgetcsv() with file opened using w+t mode --
359 -- Testing fgetcsv() with file opened using x+ mode --
369 -- Testing fgetcsv() with file opened using x+b mode --
379 -- Testing fgetcsv() with file opened using x+t mode --
389 -- Testing fgetcsv() with file opened using r mode --
399 -- Testing fgetcsv() with file opened using rb mode --
409 -- Testing fgetcsv() with file opened using rt mode --
419 -- Testing fgetcsv() with file opened using r+ mode --
429 -- Testing fgetcsv() with file opened using r+b mode --
439 -- Testing fgetcsv() with file opened using r+t mode --
449 -- Testing fgetcsv() with file opened using a+ mode --
459 -- Testing fgetcsv() with file opened using a+b mode --
469 -- Testing fgetcsv() with file opened using a+t mode --
479 -- Testing fgetcsv() with file opened using w+ mode --
489 -- Testing fgetcsv() with file opened using w+b mode --
499 -- Testing fgetcsv() with file opened using w+t mode --
509 -- Testing fgetcsv() with file opened using x+ mode --
519 -- Testing fgetcsv() with file opened using x+b mode --
529 -- Testing fgetcsv() with file opened using x+t mode --
539 -- Testing fgetcsv() with file opened using r mode --
549 -- Testing fgetcsv() with file opened using rb mode --
559 -- Testing fgetcsv() with file opened using rt mode --
569 -- Testing fgetcsv() with file opened using r+ mode --
579 -- Testing fgetcsv() with file opened using r+b mode --
589 -- Testing fgetcsv() with file opened using r+t mode --
599 -- Testing fgetcsv() with file opened using a+ mode --
609 -- Testing fgetcsv() with file opened using a+b mode --
619 -- Testing fgetcsv() with file opened using a+t mode --
629 -- Testing fgetcsv() with file opened using w+ mode --
639 -- Testing fgetcsv() with file opened using w+b mode --
649 -- Testing fgetcsv() with file opened using w+t mode --
659 -- Testing fgetcsv() with file opened using x+ mode --
669 -- Testing fgetcsv() with file opened using x+b mode --
679 -- Testing fgetcsv() with file opened using x+t mode --
689 -- Testing fgetcsv() with file opened using r mode --
699 -- Testing fgetcsv() with file opened using rb mode --
709 -- Testing fgetcsv() with file opened using rt mode --
719 -- Testing fgetcsv() with file opened using r+ mode --
729 -- Testing fgetcsv() with file opened using r+b mode --
739 -- Testing fgetcsv() with file opened using r+t mode --
749 -- Testing fgetcsv() with file opened using a+ mode --
759 -- Testing fgetcsv() with file opened using a+b mode --
769 -- Testing fgetcsv() with file opened using a+t mode --
779 -- Testing fgetcsv() with file opened using w+ mode --
789 -- Testing fgetcsv() with file opened using w+b mode --
799 -- Testing fgetcsv() with file opened using w+t mode --
809 -- Testing fgetcsv() with file opened using x+ mode --
819 -- Testing fgetcsv() with file opened using x+b mode --
829 -- Testing fgetcsv() with file opened using x+t mode --
839 -- Testing fgetcsv() with file opened using r mode --
847 -- Testing fgetcsv() with file opened using rb mode --
855 -- Testing fgetcsv() with file opened using rt mode --
863 -- Testing fgetcsv() with file opened using r+ mode --
871 -- Testing fgetcsv() with file opened using r+b mode --
879 -- Testing fgetcsv() with file opened using r+t mode --
887 -- Testing fgetcsv() with file opened using a+ mode --
895 -- Testing fgetcsv() with file opened using a+b mode --
903 -- Testing fgetcsv() with file opened using a+t mode --
911 -- Testing fgetcsv() with file opened using w+ mode --
919 -- Testing fgetcsv() with file opened using w+b mode --
927 -- Testing fgetcsv() with file opened using w+t mode --
935 -- Testing fgetcsv() with file opened using x+ mode --
943 -- Testing fgetcsv() with file opened using x+b mode --
951 -- Testing fgetcsv() with file opened using x+t mode --
959 -- Testing fgetcsv() with file opened using r mode --
971 -- Testing fgetcsv() with file opened using rb mode --
983 -- Testing fgetcsv() with file opened using rt mode --
995 -- Testing fgetcsv() with file opened using r+ mode --
1007 -- Testing fgetcsv() with file opened using r+b mode --
1019 -- Testing fgetcsv() with file opened using r+t mode --
1031 -- Testing fgetcsv() with file opened using a+ mode --
1043 -- Testing fgetcsv() with file opened using a+b mode --
1055 -- Testing fgetcsv() with file opened using a+t mode --
1067 -- Testing fgetcsv() with file opened using w+ mode --
1079 -- Testing fgetcsv() with file opened using w+b mode --
1091 -- Testing fgetcsv() with file opened using w+t mode --
1103 -- Testing fgetcsv() with file opened using x+ mode --
1115 -- Testing fgetcsv() with file opened using x+b mode --
1127 -- Testing fgetcsv() with file opened using x+t mode --
1139 -- Testing fgetcsv() with file opened using r mode --
1157 -- Testing fgetcsv() with file opened using rb mode --
1175 -- Testing fgetcsv() with file opened using rt mode --
1193 -- Testing fgetcsv() with file opened using r+ mode --
1211 -- Testing fgetcsv() with file opened using r+b mode --
1229 -- Testing fgetcsv() with file opened using r+t mode --
1247 -- Testing fgetcsv() with file opened using a+ mode --
1265 -- Testing fgetcsv() with file opened using a+b mode --
1283 -- Testing fgetcsv() with file opened using a+t mode --
1301 -- Testing fgetcsv() with file opened using w+ mode --
1319 -- Testing fgetcsv() with file opened using w+b mode --
1337 -- Testing fgetcsv() with file opened using w+t mode --
1355 -- Testing fgetcsv() with file opened using x+ mode --
1373 -- Testing fgetcsv() with file opened using x+b mode --
1391 -- Testing fgetcsv() with file opened using x+t mode --