Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with length less than line size
6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
11 Testing fgetcsv() to read from a file when provided with the length argument
15 echo "*** Testing fgetcsv() : with length less than line size ***\n";
58 // this will be used to test, if the fgetcsv() read more than a line and its
73 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
75 // call fgetcsv() to parse csv fields
79 var_dump( fgetcsv($file_handle, 9, $delimiter, $enclosure) );
84 var_dump( fgetcsv($file_handle, 1024, $delimiter, $enclosure) );
99 *** Testing fgetcsv() : with length less than line size ***
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 --