Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with length less than line size
6 Testing fgetcsv() to read from a file when provided with the length argument
10 echo "*** Testing fgetcsv() : with length less than line size ***\n";
53 // this will be used to test, if the fgetcsv() read more than a line and its
68 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
70 // call fgetcsv() to parse csv fields
74 var_dump( fgetcsv($file_handle, 9, $delimiter, $enclosure) );
79 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
94 *** Testing fgetcsv() : with length less than line size ***
96 -- Testing fgetcsv() with file opened using r mode --
112 -- Testing fgetcsv() with file opened using rb mode --
128 -- Testing fgetcsv() with file opened using rt mode --
144 -- Testing fgetcsv() with file opened using r+ mode --
160 -- Testing fgetcsv() with file opened using r+b mode --
176 -- Testing fgetcsv() with file opened using r+t mode --
192 -- Testing fgetcsv() with file opened using a+ mode --
208 -- Testing fgetcsv() with file opened using a+b mode --
224 -- Testing fgetcsv() with file opened using a+t mode --
240 -- Testing fgetcsv() with file opened using w+ mode --
256 -- Testing fgetcsv() with file opened using w+b mode --
272 -- Testing fgetcsv() with file opened using w+t mode --
288 -- Testing fgetcsv() with file opened using x+ mode --
304 -- Testing fgetcsv() with file opened using x+b mode --
320 -- Testing fgetcsv() with file opened using x+t mode --
336 -- Testing fgetcsv() with file opened using r mode --
352 -- Testing fgetcsv() with file opened using rb mode --
368 -- Testing fgetcsv() with file opened using rt mode --
384 -- Testing fgetcsv() with file opened using r+ mode --
400 -- Testing fgetcsv() with file opened using r+b mode --
416 -- Testing fgetcsv() with file opened using r+t mode --
432 -- Testing fgetcsv() with file opened using a+ mode --
448 -- Testing fgetcsv() with file opened using a+b mode --
464 -- Testing fgetcsv() with file opened using a+t mode --
480 -- Testing fgetcsv() with file opened using w+ mode --
496 -- Testing fgetcsv() with file opened using w+b mode --
512 -- Testing fgetcsv() with file opened using w+t mode --
528 -- Testing fgetcsv() with file opened using x+ mode --
544 -- Testing fgetcsv() with file opened using x+b mode --
560 -- Testing fgetcsv() with file opened using x+t mode --
576 -- Testing fgetcsv() with file opened using r mode --
606 -- Testing fgetcsv() with file opened using rb mode --
636 -- Testing fgetcsv() with file opened using rt mode --
666 -- Testing fgetcsv() with file opened using r+ mode --
696 -- Testing fgetcsv() with file opened using r+b mode --
726 -- Testing fgetcsv() with file opened using r+t mode --
756 -- Testing fgetcsv() with file opened using a+ mode --
786 -- Testing fgetcsv() with file opened using a+b mode --
816 -- Testing fgetcsv() with file opened using a+t mode --
846 -- Testing fgetcsv() with file opened using w+ mode --
876 -- Testing fgetcsv() with file opened using w+b mode --
906 -- Testing fgetcsv() with file opened using w+t mode --
936 -- Testing fgetcsv() with file opened using x+ mode --
966 -- Testing fgetcsv() with file opened using x+b mode --
996 -- Testing fgetcsv() with file opened using x+t mode --
1026 -- Testing fgetcsv() with file opened using r mode --
1042 -- Testing fgetcsv() with file opened using rb mode --
1058 -- Testing fgetcsv() with file opened using rt mode --
1074 -- Testing fgetcsv() with file opened using r+ mode --
1090 -- Testing fgetcsv() with file opened using r+b mode --
1106 -- Testing fgetcsv() with file opened using r+t mode --
1122 -- Testing fgetcsv() with file opened using a+ mode --
1138 -- Testing fgetcsv() with file opened using a+b mode --
1154 -- Testing fgetcsv() with file opened using a+t mode --
1170 -- Testing fgetcsv() with file opened using w+ mode --
1186 -- Testing fgetcsv() with file opened using w+b mode --
1202 -- Testing fgetcsv() with file opened using w+t mode --
1218 -- Testing fgetcsv() with file opened using x+ mode --
1234 -- Testing fgetcsv() with file opened using x+b mode --
1250 -- Testing fgetcsv() with file opened using x+t mode --
1266 -- Testing fgetcsv() with file opened using r mode --
1282 -- Testing fgetcsv() with file opened using rb mode --
1298 -- Testing fgetcsv() with file opened using rt mode --
1314 -- Testing fgetcsv() with file opened using r+ mode --
1330 -- Testing fgetcsv() with file opened using r+b mode --
1346 -- Testing fgetcsv() with file opened using r+t mode --
1362 -- Testing fgetcsv() with file opened using a+ mode --
1378 -- Testing fgetcsv() with file opened using a+b mode --
1394 -- Testing fgetcsv() with file opened using a+t mode --
1410 -- Testing fgetcsv() with file opened using w+ mode --
1426 -- Testing fgetcsv() with file opened using w+b mode --
1442 -- Testing fgetcsv() with file opened using w+t mode --
1458 -- Testing fgetcsv() with file opened using x+ mode --
1474 -- Testing fgetcsv() with file opened using x+b mode --
1490 -- Testing fgetcsv() with file opened using x+t mode --
1506 -- Testing fgetcsv() with file opened using r mode --
1520 -- Testing fgetcsv() with file opened using rb mode --
1534 -- Testing fgetcsv() with file opened using rt mode --
1548 -- Testing fgetcsv() with file opened using r+ mode --
1562 -- Testing fgetcsv() with file opened using r+b mode --
1576 -- Testing fgetcsv() with file opened using r+t mode --
1590 -- Testing fgetcsv() with file opened using a+ mode --
1604 -- Testing fgetcsv() with file opened using a+b mode --
1618 -- Testing fgetcsv() with file opened using a+t mode --
1632 -- Testing fgetcsv() with file opened using w+ mode --
1646 -- Testing fgetcsv() with file opened using w+b mode --
1660 -- Testing fgetcsv() with file opened using w+t mode --
1674 -- Testing fgetcsv() with file opened using x+ mode --
1688 -- Testing fgetcsv() with file opened using x+b mode --
1702 -- Testing fgetcsv() with file opened using x+t mode --
1716 -- Testing fgetcsv() with file opened using r mode --
1734 -- Testing fgetcsv() with file opened using rb mode --
1752 -- Testing fgetcsv() with file opened using rt mode --
1770 -- Testing fgetcsv() with file opened using r+ mode --
1788 -- Testing fgetcsv() with file opened using r+b mode --
1806 -- Testing fgetcsv() with file opened using r+t mode --
1824 -- Testing fgetcsv() with file opened using a+ mode --
1842 -- Testing fgetcsv() with file opened using a+b mode --
1860 -- Testing fgetcsv() with file opened using a+t mode --
1878 -- Testing fgetcsv() with file opened using w+ mode --
1896 -- Testing fgetcsv() with file opened using w+b mode --
1914 -- Testing fgetcsv() with file opened using w+t mode --
1932 -- Testing fgetcsv() with file opened using x+ mode --
1950 -- Testing fgetcsv() with file opened using x+b mode --
1968 -- Testing fgetcsv() with file opened using x+t mode --
1986 -- Testing fgetcsv() with file opened using r mode --
2010 -- Testing fgetcsv() with file opened using rb mode --
2034 -- Testing fgetcsv() with file opened using rt mode --
2058 -- Testing fgetcsv() with file opened using r+ mode --
2082 -- Testing fgetcsv() with file opened using r+b mode --
2106 -- Testing fgetcsv() with file opened using r+t mode --
2130 -- Testing fgetcsv() with file opened using a+ mode --
2154 -- Testing fgetcsv() with file opened using a+b mode --
2178 -- Testing fgetcsv() with file opened using a+t mode --
2202 -- Testing fgetcsv() with file opened using w+ mode --
2226 -- Testing fgetcsv() with file opened using w+b mode --
2250 -- Testing fgetcsv() with file opened using w+t mode --
2274 -- Testing fgetcsv() with file opened using x+ mode --
2298 -- Testing fgetcsv() with file opened using x+b mode --
2322 -- Testing fgetcsv() with file opened using x+t mode --