Lines Matching refs:file

33     // create the file and add the content with has csv fields
40 echo "Error: failed to create file $filename!\n";
54 // close the file if the mode to be used is read mode and re-open using read mode
55 // else rewind the file pointer to beginning of the file
60 // rewind the file pointer to bof
64 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
77 // check the file pointer position and if eof
81 // close the file
83 //delete file
93 -- Testing fgetcsv() with file opened using r mode --
98 -- Testing fgetcsv() with file opened using rb mode --
103 -- Testing fgetcsv() with file opened using rt mode --
108 -- Testing fgetcsv() with file opened using r+ mode --
113 -- Testing fgetcsv() with file opened using r+b mode --
118 -- Testing fgetcsv() with file opened using r+t mode --
123 -- Testing fgetcsv() with file opened using a+ mode --
128 -- Testing fgetcsv() with file opened using a+b mode --
133 -- Testing fgetcsv() with file opened using a+t mode --
138 -- Testing fgetcsv() with file opened using r mode --
143 -- Testing fgetcsv() with file opened using rb mode --
148 -- Testing fgetcsv() with file opened using rt mode --
153 -- Testing fgetcsv() with file opened using r+ mode --
158 -- Testing fgetcsv() with file opened using r+b mode --
163 -- Testing fgetcsv() with file opened using r+t mode --
168 -- Testing fgetcsv() with file opened using a+ mode --
173 -- Testing fgetcsv() with file opened using a+b mode --
178 -- Testing fgetcsv() with file opened using a+t mode --
183 -- Testing fgetcsv() with file opened using r mode --
188 -- Testing fgetcsv() with file opened using rb mode --
193 -- Testing fgetcsv() with file opened using rt mode --
198 -- Testing fgetcsv() with file opened using r+ mode --
203 -- Testing fgetcsv() with file opened using r+b mode --
208 -- Testing fgetcsv() with file opened using r+t mode --
213 -- Testing fgetcsv() with file opened using a+ mode --
218 -- Testing fgetcsv() with file opened using a+b mode --
223 -- Testing fgetcsv() with file opened using a+t mode --
228 -- Testing fgetcsv() with file opened using r mode --
233 -- Testing fgetcsv() with file opened using rb mode --
238 -- Testing fgetcsv() with file opened using rt mode --
243 -- Testing fgetcsv() with file opened using r+ mode --
248 -- Testing fgetcsv() with file opened using r+b mode --
253 -- Testing fgetcsv() with file opened using r+t mode --
258 -- Testing fgetcsv() with file opened using a+ mode --
263 -- Testing fgetcsv() with file opened using a+b mode --
268 -- Testing fgetcsv() with file opened using a+t mode --
273 -- Testing fgetcsv() with file opened using r mode --
278 -- Testing fgetcsv() with file opened using rb mode --
283 -- Testing fgetcsv() with file opened using rt mode --
288 -- Testing fgetcsv() with file opened using r+ mode --
293 -- Testing fgetcsv() with file opened using r+b mode --
298 -- Testing fgetcsv() with file opened using r+t mode --
303 -- Testing fgetcsv() with file opened using a+ mode --
308 -- Testing fgetcsv() with file opened using a+b mode --
313 -- Testing fgetcsv() with file opened using a+t mode --
318 -- Testing fgetcsv() with file opened using r mode --
323 -- Testing fgetcsv() with file opened using rb mode --
328 -- Testing fgetcsv() with file opened using rt mode --
333 -- Testing fgetcsv() with file opened using r+ mode --
338 -- Testing fgetcsv() with file opened using r+b mode --
343 -- Testing fgetcsv() with file opened using r+t mode --
348 -- Testing fgetcsv() with file opened using a+ mode --
353 -- Testing fgetcsv() with file opened using a+b mode --
358 -- Testing fgetcsv() with file opened using a+t mode --
363 -- Testing fgetcsv() with file opened using r mode --
368 -- Testing fgetcsv() with file opened using rb mode --
373 -- Testing fgetcsv() with file opened using rt mode --
378 -- Testing fgetcsv() with file opened using r+ mode --
383 -- Testing fgetcsv() with file opened using r+b mode --
388 -- Testing fgetcsv() with file opened using r+t mode --
393 -- Testing fgetcsv() with file opened using a+ mode --
398 -- Testing fgetcsv() with file opened using a+b mode --
403 -- Testing fgetcsv() with file opened using a+t mode --
408 -- Testing fgetcsv() with file opened using r mode --
413 -- Testing fgetcsv() with file opened using rb mode --
418 -- Testing fgetcsv() with file opened using rt mode --
423 -- Testing fgetcsv() with file opened using r+ mode --
428 -- Testing fgetcsv() with file opened using r+b mode --
433 -- Testing fgetcsv() with file opened using r+t mode --
438 -- Testing fgetcsv() with file opened using a+ mode --
443 -- Testing fgetcsv() with file opened using a+b mode --
448 -- Testing fgetcsv() with file opened using a+t mode --