Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default enclosure & length as 0
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
10 /* Testing fgetcsv() to read a file when provided with default enclosure character
14 echo "*** Testing fgetcsv() : with default enclosure & length as 0 ***\n";
52 // this will be used to test, if the fgetcsv() read more than a line and its
67 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
69 // call fgetcsv() to parse csv fields
73 var_dump( fgetcsv($file_handle, 0, $delimiter) );
88 *** Testing fgetcsv() : with default enclosure & length as 0 ***
90 -- Testing fgetcsv() with file opened using r mode --
100 -- Testing fgetcsv() with file opened using rb mode --
110 -- Testing fgetcsv() with file opened using rt mode --
120 -- Testing fgetcsv() with file opened using r+ mode --
130 -- Testing fgetcsv() with file opened using r+b mode --
140 -- Testing fgetcsv() with file opened using r+t mode --
150 -- Testing fgetcsv() with file opened using a+ mode --
160 -- Testing fgetcsv() with file opened using a+b mode --
170 -- Testing fgetcsv() with file opened using a+t mode --
180 -- Testing fgetcsv() with file opened using w+ mode --
190 -- Testing fgetcsv() with file opened using w+b mode --
200 -- Testing fgetcsv() with file opened using w+t mode --
210 -- Testing fgetcsv() with file opened using x+ mode --
220 -- Testing fgetcsv() with file opened using x+b mode --
230 -- Testing fgetcsv() with file opened using x+t mode --
240 -- Testing fgetcsv() with file opened using r mode --
250 -- Testing fgetcsv() with file opened using rb mode --
260 -- Testing fgetcsv() with file opened using rt mode --
270 -- Testing fgetcsv() with file opened using r+ mode --
280 -- Testing fgetcsv() with file opened using r+b mode --
290 -- Testing fgetcsv() with file opened using r+t mode --
300 -- Testing fgetcsv() with file opened using a+ mode --
310 -- Testing fgetcsv() with file opened using a+b mode --
320 -- Testing fgetcsv() with file opened using a+t mode --
330 -- Testing fgetcsv() with file opened using w+ mode --
340 -- Testing fgetcsv() with file opened using w+b mode --
350 -- Testing fgetcsv() with file opened using w+t mode --
360 -- Testing fgetcsv() with file opened using x+ mode --
370 -- Testing fgetcsv() with file opened using x+b mode --
380 -- Testing fgetcsv() with file opened using x+t mode --
390 -- Testing fgetcsv() with file opened using r mode --
400 -- Testing fgetcsv() with file opened using rb mode --
410 -- Testing fgetcsv() with file opened using rt mode --
420 -- Testing fgetcsv() with file opened using r+ mode --
430 -- Testing fgetcsv() with file opened using r+b mode --
440 -- Testing fgetcsv() with file opened using r+t mode --
450 -- Testing fgetcsv() with file opened using a+ mode --
460 -- Testing fgetcsv() with file opened using a+b mode --
470 -- Testing fgetcsv() with file opened using a+t mode --
480 -- Testing fgetcsv() with file opened using w+ mode --
490 -- Testing fgetcsv() with file opened using w+b mode --
500 -- Testing fgetcsv() with file opened using w+t mode --
510 -- Testing fgetcsv() with file opened using x+ mode --
520 -- Testing fgetcsv() with file opened using x+b mode --
530 -- Testing fgetcsv() with file opened using x+t mode --
540 -- Testing fgetcsv() with file opened using r mode --
552 -- Testing fgetcsv() with file opened using rb mode --
564 -- Testing fgetcsv() with file opened using rt mode --
576 -- Testing fgetcsv() with file opened using r+ mode --
588 -- Testing fgetcsv() with file opened using r+b mode --
600 -- Testing fgetcsv() with file opened using r+t mode --
612 -- Testing fgetcsv() with file opened using a+ mode --
624 -- Testing fgetcsv() with file opened using a+b mode --
636 -- Testing fgetcsv() with file opened using a+t mode --
648 -- Testing fgetcsv() with file opened using w+ mode --
660 -- Testing fgetcsv() with file opened using w+b mode --
672 -- Testing fgetcsv() with file opened using w+t mode --
684 -- Testing fgetcsv() with file opened using x+ mode --
696 -- Testing fgetcsv() with file opened using x+b mode --
708 -- Testing fgetcsv() with file opened using x+t mode --
720 -- Testing fgetcsv() with file opened using r mode --
735 -- Testing fgetcsv() with file opened using rb mode --
750 -- Testing fgetcsv() with file opened using rt mode --
765 -- Testing fgetcsv() with file opened using r+ mode --
780 -- Testing fgetcsv() with file opened using r+b mode --
795 -- Testing fgetcsv() with file opened using r+t mode --
810 -- Testing fgetcsv() with file opened using a+ mode --
825 -- Testing fgetcsv() with file opened using a+b mode --
840 -- Testing fgetcsv() with file opened using a+t mode --
855 -- Testing fgetcsv() with file opened using w+ mode --
870 -- Testing fgetcsv() with file opened using w+b mode --
885 -- Testing fgetcsv() with file opened using w+t mode --
900 -- Testing fgetcsv() with file opened using x+ mode --
915 -- Testing fgetcsv() with file opened using x+b mode --
930 -- Testing fgetcsv() with file opened using x+t mode --