Lines Matching refs:fgetcsv

2 Test fgetcsv() : usage variations - with default enclosure and different delimiter
9 /* Testing fgetcsv() to read a file when provided with default enclosure character
10 and with delimiter character which is not in the line being read by fgetcsv()
13 echo "*** Testing fgetcsv() : with default enclosure and different delimiter ***\n";
51 // this will be used to test, if the fgetcsv() read more than a line and its
66 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
68 // call fgetcsv() to parse csv fields
73 var_dump( fgetcsv($file_handle, 1024, $del) );
88 *** Testing fgetcsv() : with default enclosure and different delimiter ***
90 -- Testing fgetcsv() with file opened using r mode --
98 -- Testing fgetcsv() with file opened using rb mode --
106 -- Testing fgetcsv() with file opened using rt mode --
114 -- Testing fgetcsv() with file opened using r+ mode --
122 -- Testing fgetcsv() with file opened using r+b mode --
130 -- Testing fgetcsv() with file opened using r+t mode --
138 -- Testing fgetcsv() with file opened using a+ mode --
146 -- Testing fgetcsv() with file opened using a+b mode --
154 -- Testing fgetcsv() with file opened using a+t mode --
162 -- Testing fgetcsv() with file opened using w+ mode --
170 -- Testing fgetcsv() with file opened using w+b mode --
178 -- Testing fgetcsv() with file opened using w+t mode --
186 -- Testing fgetcsv() with file opened using x+ mode --
194 -- Testing fgetcsv() with file opened using x+b mode --
202 -- Testing fgetcsv() with file opened using x+t mode --
210 -- Testing fgetcsv() with file opened using r mode --
218 -- Testing fgetcsv() with file opened using rb mode --
226 -- Testing fgetcsv() with file opened using rt mode --
234 -- Testing fgetcsv() with file opened using r+ mode --
242 -- Testing fgetcsv() with file opened using r+b mode --
250 -- Testing fgetcsv() with file opened using r+t mode --
258 -- Testing fgetcsv() with file opened using a+ mode --
266 -- Testing fgetcsv() with file opened using a+b mode --
274 -- Testing fgetcsv() with file opened using a+t mode --
282 -- Testing fgetcsv() with file opened using w+ mode --
290 -- Testing fgetcsv() with file opened using w+b mode --
298 -- Testing fgetcsv() with file opened using w+t mode --
306 -- Testing fgetcsv() with file opened using x+ mode --
314 -- Testing fgetcsv() with file opened using x+b mode --
322 -- Testing fgetcsv() with file opened using x+t mode --
330 -- Testing fgetcsv() with file opened using r mode --
338 -- Testing fgetcsv() with file opened using rb mode --
346 -- Testing fgetcsv() with file opened using rt mode --
354 -- Testing fgetcsv() with file opened using r+ mode --
362 -- Testing fgetcsv() with file opened using r+b mode --
370 -- Testing fgetcsv() with file opened using r+t mode --
378 -- Testing fgetcsv() with file opened using a+ mode --
386 -- Testing fgetcsv() with file opened using a+b mode --
394 -- Testing fgetcsv() with file opened using a+t mode --
402 -- Testing fgetcsv() with file opened using w+ mode --
410 -- Testing fgetcsv() with file opened using w+b mode --
418 -- Testing fgetcsv() with file opened using w+t mode --
426 -- Testing fgetcsv() with file opened using x+ mode --
434 -- Testing fgetcsv() with file opened using x+b mode --
442 -- Testing fgetcsv() with file opened using x+t mode --
450 -- Testing fgetcsv() with file opened using r mode --
458 -- Testing fgetcsv() with file opened using rb mode --
466 -- Testing fgetcsv() with file opened using rt mode --
474 -- Testing fgetcsv() with file opened using r+ mode --
482 -- Testing fgetcsv() with file opened using r+b mode --
490 -- Testing fgetcsv() with file opened using r+t mode --
498 -- Testing fgetcsv() with file opened using a+ mode --
506 -- Testing fgetcsv() with file opened using a+b mode --
514 -- Testing fgetcsv() with file opened using a+t mode --
522 -- Testing fgetcsv() with file opened using w+ mode --
530 -- Testing fgetcsv() with file opened using w+b mode --
538 -- Testing fgetcsv() with file opened using w+t mode --
546 -- Testing fgetcsv() with file opened using x+ mode --
554 -- Testing fgetcsv() with file opened using x+b mode --
562 -- Testing fgetcsv() with file opened using x+t mode --
570 -- Testing fgetcsv() with file opened using r mode --
578 -- Testing fgetcsv() with file opened using rb mode --
586 -- Testing fgetcsv() with file opened using rt mode --
594 -- Testing fgetcsv() with file opened using r+ mode --
602 -- Testing fgetcsv() with file opened using r+b mode --
610 -- Testing fgetcsv() with file opened using r+t mode --
618 -- Testing fgetcsv() with file opened using a+ mode --
626 -- Testing fgetcsv() with file opened using a+b mode --
634 -- Testing fgetcsv() with file opened using a+t mode --
642 -- Testing fgetcsv() with file opened using w+ mode --
650 -- Testing fgetcsv() with file opened using w+b mode --
658 -- Testing fgetcsv() with file opened using w+t mode --
666 -- Testing fgetcsv() with file opened using x+ mode --
674 -- Testing fgetcsv() with file opened using x+b mode --
682 -- Testing fgetcsv() with file opened using x+t mode --