Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with different delimiter but same enclosure
10 Testing fgetcsv() to read from a file when the delimiter argument value is not
11 present in the line being read by the fgetcsv()
14 echo "*** Testing fgetcsv() : with different delimiter but same enclosure ***\n";
57 // this will be used to test, if the fgetcsv() read more than a line and its
72 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
74 // call fgetcsv() to parse csv fields
79 var_dump( fgetcsv($file_handle, 1024, $del, $enclosure) );
94 *** Testing fgetcsv() : with different delimiter but same enclosure ***
96 -- Testing fgetcsv() with file opened using r mode --
104 -- Testing fgetcsv() with file opened using rb mode --
112 -- Testing fgetcsv() with file opened using rt mode --
120 -- Testing fgetcsv() with file opened using r+ mode --
128 -- Testing fgetcsv() with file opened using r+b mode --
136 -- Testing fgetcsv() with file opened using r+t mode --
144 -- Testing fgetcsv() with file opened using a+ mode --
152 -- Testing fgetcsv() with file opened using a+b mode --
160 -- Testing fgetcsv() with file opened using a+t mode --
168 -- Testing fgetcsv() with file opened using w+ mode --
176 -- Testing fgetcsv() with file opened using w+b mode --
184 -- Testing fgetcsv() with file opened using w+t mode --
192 -- Testing fgetcsv() with file opened using x+ mode --
200 -- Testing fgetcsv() with file opened using x+b mode --
208 -- Testing fgetcsv() with file opened using x+t mode --
216 -- Testing fgetcsv() with file opened using r mode --
224 -- Testing fgetcsv() with file opened using rb mode --
232 -- Testing fgetcsv() with file opened using rt mode --
240 -- Testing fgetcsv() with file opened using r+ mode --
248 -- Testing fgetcsv() with file opened using r+b mode --
256 -- Testing fgetcsv() with file opened using r+t mode --
264 -- Testing fgetcsv() with file opened using a+ mode --
272 -- Testing fgetcsv() with file opened using a+b mode --
280 -- Testing fgetcsv() with file opened using a+t mode --
288 -- Testing fgetcsv() with file opened using w+ mode --
296 -- Testing fgetcsv() with file opened using w+b mode --
304 -- Testing fgetcsv() with file opened using w+t mode --
312 -- Testing fgetcsv() with file opened using x+ mode --
320 -- Testing fgetcsv() with file opened using x+b mode --
328 -- Testing fgetcsv() with file opened using x+t mode --
336 -- Testing fgetcsv() with file opened using r mode --
344 -- Testing fgetcsv() with file opened using rb mode --
352 -- Testing fgetcsv() with file opened using rt mode --
360 -- Testing fgetcsv() with file opened using r+ mode --
368 -- Testing fgetcsv() with file opened using r+b mode --
376 -- Testing fgetcsv() with file opened using r+t mode --
384 -- Testing fgetcsv() with file opened using a+ mode --
392 -- Testing fgetcsv() with file opened using a+b mode --
400 -- Testing fgetcsv() with file opened using a+t mode --
408 -- Testing fgetcsv() with file opened using w+ mode --
416 -- Testing fgetcsv() with file opened using w+b mode --
424 -- Testing fgetcsv() with file opened using w+t mode --
432 -- Testing fgetcsv() with file opened using x+ mode --
440 -- Testing fgetcsv() with file opened using x+b mode --
448 -- Testing fgetcsv() with file opened using x+t mode --
456 -- Testing fgetcsv() with file opened using r mode --
464 -- Testing fgetcsv() with file opened using rb mode --
472 -- Testing fgetcsv() with file opened using rt mode --
480 -- Testing fgetcsv() with file opened using r+ mode --
488 -- Testing fgetcsv() with file opened using r+b mode --
496 -- Testing fgetcsv() with file opened using r+t mode --
504 -- Testing fgetcsv() with file opened using a+ mode --
512 -- Testing fgetcsv() with file opened using a+b mode --
520 -- Testing fgetcsv() with file opened using a+t mode --
528 -- Testing fgetcsv() with file opened using w+ mode --
536 -- Testing fgetcsv() with file opened using w+b mode --
544 -- Testing fgetcsv() with file opened using w+t mode --
552 -- Testing fgetcsv() with file opened using x+ mode --
560 -- Testing fgetcsv() with file opened using x+b mode --
568 -- Testing fgetcsv() with file opened using x+t mode --
576 -- Testing fgetcsv() with file opened using r mode --
584 -- Testing fgetcsv() with file opened using rb mode --
592 -- Testing fgetcsv() with file opened using rt mode --
600 -- Testing fgetcsv() with file opened using r+ mode --
608 -- Testing fgetcsv() with file opened using r+b mode --
616 -- Testing fgetcsv() with file opened using r+t mode --
624 -- Testing fgetcsv() with file opened using a+ mode --
632 -- Testing fgetcsv() with file opened using a+b mode --
640 -- Testing fgetcsv() with file opened using a+t mode --
648 -- Testing fgetcsv() with file opened using w+ mode --
656 -- Testing fgetcsv() with file opened using w+b mode --
664 -- Testing fgetcsv() with file opened using w+t mode --
672 -- Testing fgetcsv() with file opened using x+ mode --
680 -- Testing fgetcsv() with file opened using x+b mode --
688 -- Testing fgetcsv() with file opened using x+t mode --
696 -- Testing fgetcsv() with file opened using r mode --
704 -- Testing fgetcsv() with file opened using rb mode --
712 -- Testing fgetcsv() with file opened using rt mode --
720 -- Testing fgetcsv() with file opened using r+ mode --
728 -- Testing fgetcsv() with file opened using r+b mode --
736 -- Testing fgetcsv() with file opened using r+t mode --
744 -- Testing fgetcsv() with file opened using a+ mode --
752 -- Testing fgetcsv() with file opened using a+b mode --
760 -- Testing fgetcsv() with file opened using a+t mode --
768 -- Testing fgetcsv() with file opened using w+ mode --
776 -- Testing fgetcsv() with file opened using w+b mode --
784 -- Testing fgetcsv() with file opened using w+t mode --
792 -- Testing fgetcsv() with file opened using x+ mode --
800 -- Testing fgetcsv() with file opened using x+b mode --
808 -- Testing fgetcsv() with file opened using x+t mode --
816 -- Testing fgetcsv() with file opened using r mode --
824 -- Testing fgetcsv() with file opened using rb mode --
832 -- Testing fgetcsv() with file opened using rt mode --
840 -- Testing fgetcsv() with file opened using r+ mode --
848 -- Testing fgetcsv() with file opened using r+b mode --
856 -- Testing fgetcsv() with file opened using r+t mode --
864 -- Testing fgetcsv() with file opened using a+ mode --
872 -- Testing fgetcsv() with file opened using a+b mode --
880 -- Testing fgetcsv() with file opened using a+t mode --
888 -- Testing fgetcsv() with file opened using w+ mode --
896 -- Testing fgetcsv() with file opened using w+b mode --
904 -- Testing fgetcsv() with file opened using w+t mode --
912 -- Testing fgetcsv() with file opened using x+ mode --
920 -- Testing fgetcsv() with file opened using x+b mode --
928 -- Testing fgetcsv() with file opened using x+t mode --
936 -- Testing fgetcsv() with file opened using r mode --
944 -- Testing fgetcsv() with file opened using rb mode --
952 -- Testing fgetcsv() with file opened using rt mode --
960 -- Testing fgetcsv() with file opened using r+ mode --
968 -- Testing fgetcsv() with file opened using r+b mode --
976 -- Testing fgetcsv() with file opened using r+t mode --
984 -- Testing fgetcsv() with file opened using a+ mode --
992 -- Testing fgetcsv() with file opened using a+b mode --
1000 -- Testing fgetcsv() with file opened using a+t mode --
1008 -- Testing fgetcsv() with file opened using w+ mode --
1016 -- Testing fgetcsv() with file opened using w+b mode --
1024 -- Testing fgetcsv() with file opened using w+t mode --
1032 -- Testing fgetcsv() with file opened using x+ mode --
1040 -- Testing fgetcsv() with file opened using x+b mode --
1048 -- Testing fgetcsv() with file opened using x+t mode --