Lines Matching refs:file

7  Description: Gets line from file pointer and parse for CSV fields
10 /* Testing fgetcsv() to read a file when provided with default enclosure character
38 // create the file and add the content with has csv fields
45 echo "Error: failed to create file $filename!\n";
57 // close the file if the mode to be used is read mode and re-open using read mode
58 // else rewind the file pointer to beginning of the file
63 // rewind the file pointer to bof
67 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
74 // check the file pointer position and if eof
78 // close the file
80 //delete file
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 --