Lines Matching refs:opened
48 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
75 -- Testing fgetcsv() with file opened using r mode --
86 -- Testing fgetcsv() with file opened using rb mode --
97 -- Testing fgetcsv() with file opened using rt mode --
108 -- Testing fgetcsv() with file opened using r+ mode --
119 -- Testing fgetcsv() with file opened using r+b mode --
130 -- Testing fgetcsv() with file opened using r+t mode --
141 -- Testing fgetcsv() with file opened using a+ mode --
152 -- Testing fgetcsv() with file opened using a+b mode --
163 -- Testing fgetcsv() with file opened using a+t mode --
174 -- Testing fgetcsv() with file opened using w+ mode --
185 -- Testing fgetcsv() with file opened using w+b mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
207 -- Testing fgetcsv() with file opened using x+ mode --
218 -- Testing fgetcsv() with file opened using x+b mode --
229 -- Testing fgetcsv() with file opened using x+t mode --