Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default arguments value
9 /* Testing fgetcsv() to read from a file when provided with default value of arguments */
11 echo "*** Testing fgetcsv() : with default arguments value ***\n";
54 // this will be used to test, if the fgetcsv() read more than a line and its
69 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
71 // call fgetcsv() to parse csv fields
75 var_dump( fgetcsv($file_handle) );
90 *** Testing fgetcsv() : with default arguments value ***
92 -- Testing fgetcsv() with file opened using r mode --
102 -- Testing fgetcsv() with file opened using rb mode --
112 -- Testing fgetcsv() with file opened using rt mode --
122 -- Testing fgetcsv() with file opened using r+ mode --
132 -- Testing fgetcsv() with file opened using r+b mode --
142 -- Testing fgetcsv() with file opened using r+t mode --
152 -- Testing fgetcsv() with file opened using a+ mode --
162 -- Testing fgetcsv() with file opened using a+b mode --
172 -- Testing fgetcsv() with file opened using a+t mode --
182 -- Testing fgetcsv() with file opened using w+ mode --
192 -- Testing fgetcsv() with file opened using w+b mode --
202 -- Testing fgetcsv() with file opened using w+t mode --
212 -- Testing fgetcsv() with file opened using x+ mode --
222 -- Testing fgetcsv() with file opened using x+b mode --
232 -- Testing fgetcsv() with file opened using x+t mode --
242 -- Testing fgetcsv() with file opened using r mode --
252 -- Testing fgetcsv() with file opened using rb mode --
262 -- Testing fgetcsv() with file opened using rt mode --
272 -- Testing fgetcsv() with file opened using r+ mode --
282 -- Testing fgetcsv() with file opened using r+b mode --
292 -- Testing fgetcsv() with file opened using r+t mode --
302 -- Testing fgetcsv() with file opened using a+ mode --
312 -- Testing fgetcsv() with file opened using a+b mode --
322 -- Testing fgetcsv() with file opened using a+t mode --
332 -- Testing fgetcsv() with file opened using w+ mode --
342 -- Testing fgetcsv() with file opened using w+b mode --
352 -- Testing fgetcsv() with file opened using w+t mode --
362 -- Testing fgetcsv() with file opened using x+ mode --
372 -- Testing fgetcsv() with file opened using x+b mode --
382 -- Testing fgetcsv() with file opened using x+t mode --
392 -- Testing fgetcsv() with file opened using r mode --
400 -- Testing fgetcsv() with file opened using rb mode --
408 -- Testing fgetcsv() with file opened using rt mode --
416 -- Testing fgetcsv() with file opened using r+ mode --
424 -- Testing fgetcsv() with file opened using r+b mode --
432 -- Testing fgetcsv() with file opened using r+t mode --
440 -- Testing fgetcsv() with file opened using a+ mode --
448 -- Testing fgetcsv() with file opened using a+b mode --
456 -- Testing fgetcsv() with file opened using a+t mode --
464 -- Testing fgetcsv() with file opened using w+ mode --
472 -- Testing fgetcsv() with file opened using w+b mode --
480 -- Testing fgetcsv() with file opened using w+t mode --
488 -- Testing fgetcsv() with file opened using x+ mode --
496 -- Testing fgetcsv() with file opened using x+b mode --
504 -- Testing fgetcsv() with file opened using x+t mode --
512 -- Testing fgetcsv() with file opened using r mode --
520 -- Testing fgetcsv() with file opened using rb mode --
528 -- Testing fgetcsv() with file opened using rt mode --
536 -- Testing fgetcsv() with file opened using r+ mode --
544 -- Testing fgetcsv() with file opened using r+b mode --
552 -- Testing fgetcsv() with file opened using r+t mode --
560 -- Testing fgetcsv() with file opened using a+ mode --
568 -- Testing fgetcsv() with file opened using a+b mode --
576 -- Testing fgetcsv() with file opened using a+t mode --
584 -- Testing fgetcsv() with file opened using w+ mode --
592 -- Testing fgetcsv() with file opened using w+b mode --
600 -- Testing fgetcsv() with file opened using w+t mode --
608 -- Testing fgetcsv() with file opened using x+ mode --
616 -- Testing fgetcsv() with file opened using x+b mode --
624 -- Testing fgetcsv() with file opened using x+t mode --
632 -- Testing fgetcsv() with file opened using r mode --
640 -- Testing fgetcsv() with file opened using rb mode --
648 -- Testing fgetcsv() with file opened using rt mode --
656 -- Testing fgetcsv() with file opened using r+ mode --
664 -- Testing fgetcsv() with file opened using r+b mode --
672 -- Testing fgetcsv() with file opened using r+t mode --
680 -- Testing fgetcsv() with file opened using a+ mode --
688 -- Testing fgetcsv() with file opened using a+b mode --
696 -- Testing fgetcsv() with file opened using a+t mode --
704 -- Testing fgetcsv() with file opened using w+ mode --
712 -- Testing fgetcsv() with file opened using w+b mode --
720 -- Testing fgetcsv() with file opened using w+t mode --
728 -- Testing fgetcsv() with file opened using x+ mode --
736 -- Testing fgetcsv() with file opened using x+b mode --
744 -- Testing fgetcsv() with file opened using x+t mode --
752 -- Testing fgetcsv() with file opened using r mode --
760 -- Testing fgetcsv() with file opened using rb mode --
768 -- Testing fgetcsv() with file opened using rt mode --
776 -- Testing fgetcsv() with file opened using r+ mode --
784 -- Testing fgetcsv() with file opened using r+b mode --
792 -- Testing fgetcsv() with file opened using r+t mode --
800 -- Testing fgetcsv() with file opened using a+ mode --
808 -- Testing fgetcsv() with file opened using a+b mode --
816 -- Testing fgetcsv() with file opened using a+t mode --
824 -- Testing fgetcsv() with file opened using w+ mode --
832 -- Testing fgetcsv() with file opened using w+b mode --
840 -- Testing fgetcsv() with file opened using w+t mode --
848 -- Testing fgetcsv() with file opened using x+ mode --
856 -- Testing fgetcsv() with file opened using x+b mode --
864 -- Testing fgetcsv() with file opened using x+t mode --
872 -- Testing fgetcsv() with file opened using r mode --
880 -- Testing fgetcsv() with file opened using rb mode --
888 -- Testing fgetcsv() with file opened using rt mode --
896 -- Testing fgetcsv() with file opened using r+ mode --
904 -- Testing fgetcsv() with file opened using r+b mode --
912 -- Testing fgetcsv() with file opened using r+t mode --
920 -- Testing fgetcsv() with file opened using a+ mode --
928 -- Testing fgetcsv() with file opened using a+b mode --
936 -- Testing fgetcsv() with file opened using a+t mode --
944 -- Testing fgetcsv() with file opened using w+ mode --
952 -- Testing fgetcsv() with file opened using w+b mode --
960 -- Testing fgetcsv() with file opened using w+t mode --
968 -- Testing fgetcsv() with file opened using x+ mode --
976 -- Testing fgetcsv() with file opened using x+b mode --
984 -- Testing fgetcsv() with file opened using x+t mode --
992 -- Testing fgetcsv() with file opened using r mode --
1012 -- Testing fgetcsv() with file opened using rb mode --
1032 -- Testing fgetcsv() with file opened using rt mode --
1052 -- Testing fgetcsv() with file opened using r+ mode --
1072 -- Testing fgetcsv() with file opened using r+b mode --
1092 -- Testing fgetcsv() with file opened using r+t mode --
1112 -- Testing fgetcsv() with file opened using a+ mode --
1132 -- Testing fgetcsv() with file opened using a+b mode --
1152 -- Testing fgetcsv() with file opened using a+t mode --
1172 -- Testing fgetcsv() with file opened using w+ mode --
1192 -- Testing fgetcsv() with file opened using w+b mode --
1212 -- Testing fgetcsv() with file opened using w+t mode --
1232 -- Testing fgetcsv() with file opened using x+ mode --
1252 -- Testing fgetcsv() with file opened using x+b mode --
1272 -- Testing fgetcsv() with file opened using x+t mode --