Home
last modified time | relevance | path

Searched refs:rb (Results 76 – 100 of 142) sorted by relevance

123456

/PHP-8.0/ext/standard/tests/file/
H A Dfgetcsv_variation31.phpt26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
94 -- Testing fgetcsv() with file opened using rb mode --
199 -- Testing fgetcsv() with file opened using rb mode --
304 -- Testing fgetcsv() with file opened using rb mode --
409 -- Testing fgetcsv() with file opened using rb mode --
514 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation15.phpt23 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
91 -- Testing fgetcsv() with file opened using rb mode --
241 -- Testing fgetcsv() with file opened using rb mode --
391 -- Testing fgetcsv() with file opened using rb mode --
543 -- Testing fgetcsv() with file opened using rb mode --
726 -- Testing fgetcsv() with file opened using rb mode --
H A Dfread_basic.phpt25 test fread with file opened in "r" and "rb" mode only
28 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
120 -- File opened in mode rb --
254 -- File opened in mode rb --
388 -- File opened in mode rb --
522 -- File opened in mode rb --
H A Dfgetcsv_variation16.phpt25 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
95 -- Testing fgetcsv() with file opened using rb mode --
245 -- Testing fgetcsv() with file opened using rb mode --
395 -- Testing fgetcsv() with file opened using rb mode --
547 -- Testing fgetcsv() with file opened using rb mode --
730 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation11.phpt28 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
101 -- Testing fgetcsv() with file opened using rb mode --
251 -- Testing fgetcsv() with file opened using rb mode --
401 -- Testing fgetcsv() with file opened using rb mode --
551 -- Testing fgetcsv() with file opened using rb mode --
709 -- Testing fgetcsv() with file opened using rb mode --
977 -- Testing fgetcsv() with file opened using rb mode --
1225 -- Testing fgetcsv() with file opened using rb mode --
1579 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation13.phpt13 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
72 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation14.phpt13 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
81 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation20.phpt15 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
75 -- Testing fgetcsv() with file opened using rb mode --
H A Dfseek_ftell_rewind_variation3.phpt15 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
75 -- File opened in mode rb --
281 -- File opened in mode rb --
H A Dfseek_ftell_rewind_variation5.phpt14 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
72 -- File opened in mode rb --
277 -- File opened in mode rb --
H A Dfseek_ftell_rewind_variation7.phpt15 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
74 -- File opened in mode rb --
280 -- File opened in mode rb --
H A Dfgetcsv_variation19.phpt26 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
96 -- Testing fgetcsv() with file opened using rb mode --
171 -- Testing fgetcsv() with file opened using rb mode --
246 -- Testing fgetcsv() with file opened using rb mode --
321 -- Testing fgetcsv() with file opened using rb mode --
396 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation10.phpt27 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
101 -- Testing fgetcsv() with file opened using rb mode --
251 -- Testing fgetcsv() with file opened using rb mode --
401 -- Testing fgetcsv() with file opened using rb mode --
551 -- Testing fgetcsv() with file opened using rb mode --
701 -- Testing fgetcsv() with file opened using rb mode --
851 -- Testing fgetcsv() with file opened using rb mode --
1001 -- Testing fgetcsv() with file opened using rb mode --
1151 -- Testing fgetcsv() with file opened using rb mode --
H A Dtouch_basic-win32-mb.phpt33 $h = fopen($filename, "rb");
H A Dtouch_basic-win32.phpt33 $h = fopen($filename, "rb");
H A Dfseek_ftell_rewind_variation1.phpt13 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
71 -- File opened in mode rb --
253 -- File opened in mode rb --
H A Dtouch_basic.phpt34 $h = fopen($filename, "rb");
/PHP-8.0/ext/phar/tests/
H A Drefcount1.phpt25 $b = fopen($pname . '/b/c.php', 'rb');
/PHP-8.0/ext/phar/tests/zip/
H A Drefcount1.phpt33 $b = fopen($alias . '/b/c.php', 'rb');
H A Dphar_begin_setstub_commit.phpt34 $a = fopen(__DIR__ . '/myfakestub.php', 'rb');
/PHP-8.0/ext/phar/tests/tar/
H A Drefcount1.phpt36 $b = fopen($alias . '/b/c.php', 'rb');
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt31 0 => array("pipe", "rb"), // stdin
/PHP-8.0/ext/standard/tests/http/
H A Dbug61548.phpt28 $fd = fopen($uri, 'rb', false, $ctx);
H A Dserver.inc94 $fd = fopen($file, 'rb');
H A Dignore_errors.phpt24 $fd = fopen("$uri/foo/bar", 'rb', false, $context);

Completed in 24 milliseconds

123456