Lines Matching refs:opened
48 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
69 -- Testing fgetcsv() with file opened using r mode --
77 -- Testing fgetcsv() with file opened using rb mode --
85 -- Testing fgetcsv() with file opened using rt mode --
93 -- Testing fgetcsv() with file opened using r+ mode --
101 -- Testing fgetcsv() with file opened using r+b mode --
109 -- Testing fgetcsv() with file opened using r+t mode --
117 -- Testing fgetcsv() with file opened using a+ mode --
125 -- Testing fgetcsv() with file opened using a+b mode --
133 -- Testing fgetcsv() with file opened using a+t mode --
141 -- Testing fgetcsv() with file opened using w+ mode --
149 -- Testing fgetcsv() with file opened using w+b mode --
157 -- Testing fgetcsv() with file opened using w+t mode --
165 -- Testing fgetcsv() with file opened using x+ mode --
173 -- Testing fgetcsv() with file opened using x+b mode --
181 -- Testing fgetcsv() with file opened using x+t mode --