Lines Matching refs:file

7  Description: Gets line from file pointer and parse for CSV fields
11 Testing fgetcsv() to read from a file when provided with the length argument
43 // create the file and add the content with has csv fields
50 echo "Error: failed to create file $filename!\n";
63 // close the file if the mode to be used is read mode and re-open using read mode
64 // else rewind the file pointer to beginning of the file
69 // rewind the file pointer to bof
73 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
80 // check the file pointer position and if eof
85 // check the file pointer position and if eof
89 // close the file
91 //delete file
101 -- Testing fgetcsv() with file opened using r mode --
117 -- Testing fgetcsv() with file opened using rb mode --
133 -- Testing fgetcsv() with file opened using rt mode --
149 -- Testing fgetcsv() with file opened using r+ mode --
165 -- Testing fgetcsv() with file opened using r+b mode --
181 -- Testing fgetcsv() with file opened using r+t mode --
197 -- Testing fgetcsv() with file opened using a+ mode --
213 -- Testing fgetcsv() with file opened using a+b mode --
229 -- Testing fgetcsv() with file opened using a+t mode --
245 -- Testing fgetcsv() with file opened using w+ mode --
261 -- Testing fgetcsv() with file opened using w+b mode --
277 -- Testing fgetcsv() with file opened using w+t mode --
293 -- Testing fgetcsv() with file opened using x+ mode --
309 -- Testing fgetcsv() with file opened using x+b mode --
325 -- Testing fgetcsv() with file opened using x+t mode --
341 -- Testing fgetcsv() with file opened using r mode --
357 -- Testing fgetcsv() with file opened using rb mode --
373 -- Testing fgetcsv() with file opened using rt mode --
389 -- Testing fgetcsv() with file opened using r+ mode --
405 -- Testing fgetcsv() with file opened using r+b mode --
421 -- Testing fgetcsv() with file opened using r+t mode --
437 -- Testing fgetcsv() with file opened using a+ mode --
453 -- Testing fgetcsv() with file opened using a+b mode --
469 -- Testing fgetcsv() with file opened using a+t mode --
485 -- Testing fgetcsv() with file opened using w+ mode --
501 -- Testing fgetcsv() with file opened using w+b mode --
517 -- Testing fgetcsv() with file opened using w+t mode --
533 -- Testing fgetcsv() with file opened using x+ mode --
549 -- Testing fgetcsv() with file opened using x+b mode --
565 -- Testing fgetcsv() with file opened using x+t mode --
581 -- Testing fgetcsv() with file opened using r mode --
611 -- Testing fgetcsv() with file opened using rb mode --
641 -- Testing fgetcsv() with file opened using rt mode --
671 -- Testing fgetcsv() with file opened using r+ mode --
701 -- Testing fgetcsv() with file opened using r+b mode --
731 -- Testing fgetcsv() with file opened using r+t mode --
761 -- Testing fgetcsv() with file opened using a+ mode --
791 -- Testing fgetcsv() with file opened using a+b mode --
821 -- Testing fgetcsv() with file opened using a+t mode --
851 -- Testing fgetcsv() with file opened using w+ mode --
881 -- Testing fgetcsv() with file opened using w+b mode --
911 -- Testing fgetcsv() with file opened using w+t mode --
941 -- Testing fgetcsv() with file opened using x+ mode --
971 -- Testing fgetcsv() with file opened using x+b mode --
1001 -- Testing fgetcsv() with file opened using x+t mode --
1031 -- Testing fgetcsv() with file opened using r mode --
1047 -- Testing fgetcsv() with file opened using rb mode --
1063 -- Testing fgetcsv() with file opened using rt mode --
1079 -- Testing fgetcsv() with file opened using r+ mode --
1095 -- Testing fgetcsv() with file opened using r+b mode --
1111 -- Testing fgetcsv() with file opened using r+t mode --
1127 -- Testing fgetcsv() with file opened using a+ mode --
1143 -- Testing fgetcsv() with file opened using a+b mode --
1159 -- Testing fgetcsv() with file opened using a+t mode --
1175 -- Testing fgetcsv() with file opened using w+ mode --
1191 -- Testing fgetcsv() with file opened using w+b mode --
1207 -- Testing fgetcsv() with file opened using w+t mode --
1223 -- Testing fgetcsv() with file opened using x+ mode --
1239 -- Testing fgetcsv() with file opened using x+b mode --
1255 -- Testing fgetcsv() with file opened using x+t mode --
1271 -- Testing fgetcsv() with file opened using r mode --
1287 -- Testing fgetcsv() with file opened using rb mode --
1303 -- Testing fgetcsv() with file opened using rt mode --
1319 -- Testing fgetcsv() with file opened using r+ mode --
1335 -- Testing fgetcsv() with file opened using r+b mode --
1351 -- Testing fgetcsv() with file opened using r+t mode --
1367 -- Testing fgetcsv() with file opened using a+ mode --
1383 -- Testing fgetcsv() with file opened using a+b mode --
1399 -- Testing fgetcsv() with file opened using a+t mode --
1415 -- Testing fgetcsv() with file opened using w+ mode --
1431 -- Testing fgetcsv() with file opened using w+b mode --
1447 -- Testing fgetcsv() with file opened using w+t mode --
1463 -- Testing fgetcsv() with file opened using x+ mode --
1479 -- Testing fgetcsv() with file opened using x+b mode --
1495 -- Testing fgetcsv() with file opened using x+t mode --
1511 -- Testing fgetcsv() with file opened using r mode --
1525 -- Testing fgetcsv() with file opened using rb mode --
1539 -- Testing fgetcsv() with file opened using rt mode --
1553 -- Testing fgetcsv() with file opened using r+ mode --
1567 -- Testing fgetcsv() with file opened using r+b mode --
1581 -- Testing fgetcsv() with file opened using r+t mode --
1595 -- Testing fgetcsv() with file opened using a+ mode --
1609 -- Testing fgetcsv() with file opened using a+b mode --
1623 -- Testing fgetcsv() with file opened using a+t mode --
1637 -- Testing fgetcsv() with file opened using w+ mode --
1651 -- Testing fgetcsv() with file opened using w+b mode --
1665 -- Testing fgetcsv() with file opened using w+t mode --
1679 -- Testing fgetcsv() with file opened using x+ mode --
1693 -- Testing fgetcsv() with file opened using x+b mode --
1707 -- Testing fgetcsv() with file opened using x+t mode --
1721 -- Testing fgetcsv() with file opened using r mode --
1739 -- Testing fgetcsv() with file opened using rb mode --
1757 -- Testing fgetcsv() with file opened using rt mode --
1775 -- Testing fgetcsv() with file opened using r+ mode --
1793 -- Testing fgetcsv() with file opened using r+b mode --
1811 -- Testing fgetcsv() with file opened using r+t mode --
1829 -- Testing fgetcsv() with file opened using a+ mode --
1847 -- Testing fgetcsv() with file opened using a+b mode --
1865 -- Testing fgetcsv() with file opened using a+t mode --
1883 -- Testing fgetcsv() with file opened using w+ mode --
1901 -- Testing fgetcsv() with file opened using w+b mode --
1919 -- Testing fgetcsv() with file opened using w+t mode --
1937 -- Testing fgetcsv() with file opened using x+ mode --
1955 -- Testing fgetcsv() with file opened using x+b mode --
1973 -- Testing fgetcsv() with file opened using x+t mode --
1991 -- Testing fgetcsv() with file opened using r mode --
2015 -- Testing fgetcsv() with file opened using rb mode --
2039 -- Testing fgetcsv() with file opened using rt mode --
2063 -- Testing fgetcsv() with file opened using r+ mode --
2087 -- Testing fgetcsv() with file opened using r+b mode --
2111 -- Testing fgetcsv() with file opened using r+t mode --
2135 -- Testing fgetcsv() with file opened using a+ mode --
2159 -- Testing fgetcsv() with file opened using a+b mode --
2183 -- Testing fgetcsv() with file opened using a+t mode --
2207 -- Testing fgetcsv() with file opened using w+ mode --
2231 -- Testing fgetcsv() with file opened using w+b mode --
2255 -- Testing fgetcsv() with file opened using w+t mode --
2279 -- Testing fgetcsv() with file opened using x+ mode --
2303 -- Testing fgetcsv() with file opened using x+b mode --
2327 -- Testing fgetcsv() with file opened using x+t mode --