Lines Matching refs:opened
50 echo "\n-- Testing fgetcsv() with file opened using $file_modes[$mode_counter] mode --\n";
72 -- Testing fgetcsv() with file opened using r mode --
80 -- Testing fgetcsv() with file opened using rb mode --
88 -- Testing fgetcsv() with file opened using rt mode --
96 -- Testing fgetcsv() with file opened using r+ mode --
104 -- Testing fgetcsv() with file opened using r+b mode --
112 -- Testing fgetcsv() with file opened using r+t mode --
120 -- Testing fgetcsv() with file opened using a+ mode --
128 -- Testing fgetcsv() with file opened using a+b mode --
136 -- Testing fgetcsv() with file opened using a+t mode --
144 -- Testing fgetcsv() with file opened using w+ mode --
152 -- Testing fgetcsv() with file opened using w+b mode --
160 -- Testing fgetcsv() with file opened using w+t mode --
168 -- Testing fgetcsv() with file opened using x+ mode --
176 -- Testing fgetcsv() with file opened using x+b mode --
184 -- Testing fgetcsv() with file opened using x+t mode --