Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default enclosure & length less than line size
5 /* Testing fgetcsv() to read a file when provided with default enclosure character
9 echo "*** Testing fgetcsv() : with default enclosure & length less than line size ***\n";
47 // this will be used to test, if the fgetcsv() read more than a line and its
62 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
64 // call fgetcsv() to parse csv fields
68 var_dump( fgetcsv($file_handle, 9, $delimiter) );
74 var_dump( fgetcsv($file_handle, 1024, $delimiter) );
89 *** Testing fgetcsv() : with default enclosure & length less than line size ***
91 -- Testing fgetcsv() with file opened using r mode --
107 -- Testing fgetcsv() with file opened using rb mode --
123 -- Testing fgetcsv() with file opened using rt mode --
139 -- Testing fgetcsv() with file opened using r+ mode --
155 -- Testing fgetcsv() with file opened using r+b mode --
171 -- Testing fgetcsv() with file opened using r+t mode --
187 -- Testing fgetcsv() with file opened using a+ mode --
203 -- Testing fgetcsv() with file opened using a+b mode --
219 -- Testing fgetcsv() with file opened using a+t mode --
235 -- Testing fgetcsv() with file opened using w+ mode --
251 -- Testing fgetcsv() with file opened using w+b mode --
267 -- Testing fgetcsv() with file opened using w+t mode --
283 -- Testing fgetcsv() with file opened using x+ mode --
299 -- Testing fgetcsv() with file opened using x+b mode --
315 -- Testing fgetcsv() with file opened using x+t mode --
331 -- Testing fgetcsv() with file opened using r mode --
347 -- Testing fgetcsv() with file opened using rb mode --
363 -- Testing fgetcsv() with file opened using rt mode --
379 -- Testing fgetcsv() with file opened using r+ mode --
395 -- Testing fgetcsv() with file opened using r+b mode --
411 -- Testing fgetcsv() with file opened using r+t mode --
427 -- Testing fgetcsv() with file opened using a+ mode --
443 -- Testing fgetcsv() with file opened using a+b mode --
459 -- Testing fgetcsv() with file opened using a+t mode --
475 -- Testing fgetcsv() with file opened using w+ mode --
491 -- Testing fgetcsv() with file opened using w+b mode --
507 -- Testing fgetcsv() with file opened using w+t mode --
523 -- Testing fgetcsv() with file opened using x+ mode --
539 -- Testing fgetcsv() with file opened using x+b mode --
555 -- Testing fgetcsv() with file opened using x+t mode --
571 -- Testing fgetcsv() with file opened using r mode --
601 -- Testing fgetcsv() with file opened using rb mode --
631 -- Testing fgetcsv() with file opened using rt mode --
661 -- Testing fgetcsv() with file opened using r+ mode --
691 -- Testing fgetcsv() with file opened using r+b mode --
721 -- Testing fgetcsv() with file opened using r+t mode --
751 -- Testing fgetcsv() with file opened using a+ mode --
781 -- Testing fgetcsv() with file opened using a+b mode --
811 -- Testing fgetcsv() with file opened using a+t mode --
841 -- Testing fgetcsv() with file opened using w+ mode --
871 -- Testing fgetcsv() with file opened using w+b mode --
901 -- Testing fgetcsv() with file opened using w+t mode --
931 -- Testing fgetcsv() with file opened using x+ mode --
961 -- Testing fgetcsv() with file opened using x+b mode --
991 -- Testing fgetcsv() with file opened using x+t mode --
1021 -- Testing fgetcsv() with file opened using r mode --
1039 -- Testing fgetcsv() with file opened using rb mode --
1057 -- Testing fgetcsv() with file opened using rt mode --
1075 -- Testing fgetcsv() with file opened using r+ mode --
1093 -- Testing fgetcsv() with file opened using r+b mode --
1111 -- Testing fgetcsv() with file opened using r+t mode --
1129 -- Testing fgetcsv() with file opened using a+ mode --
1147 -- Testing fgetcsv() with file opened using a+b mode --
1165 -- Testing fgetcsv() with file opened using a+t mode --
1183 -- Testing fgetcsv() with file opened using w+ mode --
1201 -- Testing fgetcsv() with file opened using w+b mode --
1219 -- Testing fgetcsv() with file opened using w+t mode --
1237 -- Testing fgetcsv() with file opened using x+ mode --
1255 -- Testing fgetcsv() with file opened using x+b mode --
1273 -- Testing fgetcsv() with file opened using x+t mode --
1291 -- Testing fgetcsv() with file opened using r mode --
1309 -- Testing fgetcsv() with file opened using rb mode --
1327 -- Testing fgetcsv() with file opened using rt mode --
1345 -- Testing fgetcsv() with file opened using r+ mode --
1363 -- Testing fgetcsv() with file opened using r+b mode --
1381 -- Testing fgetcsv() with file opened using r+t mode --
1399 -- Testing fgetcsv() with file opened using a+ mode --
1417 -- Testing fgetcsv() with file opened using a+b mode --
1435 -- Testing fgetcsv() with file opened using a+t mode --
1453 -- Testing fgetcsv() with file opened using w+ mode --
1471 -- Testing fgetcsv() with file opened using w+b mode --
1489 -- Testing fgetcsv() with file opened using w+t mode --
1507 -- Testing fgetcsv() with file opened using x+ mode --
1525 -- Testing fgetcsv() with file opened using x+b mode --
1543 -- Testing fgetcsv() with file opened using x+t mode --