Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation16.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
100 -- Testing fgetcsv() with file opened using rb mode --
250 -- Testing fgetcsv() with file opened using rb mode --
400 -- Testing fgetcsv() with file opened using rb mode --
552 -- Testing fgetcsv() with file opened using rb mode --
735 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation11.phpt33 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
106 -- Testing fgetcsv() with file opened using rb mode --
256 -- Testing fgetcsv() with file opened using rb mode --
406 -- Testing fgetcsv() with file opened using rb mode --
556 -- Testing fgetcsv() with file opened using rb mode --
714 -- Testing fgetcsv() with file opened using rb mode --
982 -- Testing fgetcsv() with file opened using rb mode --
1230 -- Testing fgetcsv() with file opened using rb mode --
1584 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation14.phpt18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
86 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetss_variation4.phpt38 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
96 -- Testing fgetss() with file opened using rb mode --
H A Dfseek_ftell_rewind_variation5.phpt24 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
82 -- File opened in mode rb --
287 -- File opened in mode rb --
H A Dfread_basic.phpt33 test fread with file opened in "r" and "rb" mode only
36 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
128 -- File opened in mode rb --
262 -- File opened in mode rb --
396 -- File opened in mode rb --
530 -- File opened in mode rb --
H A Dfgetcsv_variation10.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
106 -- Testing fgetcsv() with file opened using rb mode --
256 -- Testing fgetcsv() with file opened using rb mode --
406 -- Testing fgetcsv() with file opened using rb mode --
556 -- Testing fgetcsv() with file opened using rb mode --
706 -- Testing fgetcsv() with file opened using rb mode --
856 -- Testing fgetcsv() with file opened using rb mode --
1006 -- Testing fgetcsv() with file opened using rb mode --
1156 -- Testing fgetcsv() with file opened using rb mode --
H A Dfseek_ftell_rewind_variation1.phpt23 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
81 -- File opened in mode rb --
263 -- File opened in mode rb --
H A Dfseek_ftell_rewind_variation3.phpt25 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
85 -- File opened in mode rb --
291 -- File opened in mode rb --
H A Dfseek_ftell_rewind_variation7.phpt25 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
84 -- File opened in mode rb --
290 -- File opened in mode rb --
H A Dfgetcsv_variation13.phpt18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
77 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation20.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
80 -- Testing fgetcsv() with file opened using rb mode --
H A Dtouch_basic-win32-mb.phpt39 $h = fopen($filename, "rb");
H A Dtouch_basic-win32.phpt39 $h = fopen($filename, "rb");
H A Dtouch_basic.phpt40 $h = fopen($filename, "rb");
H A Dfgetc_basic.phpt14 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
94 -- Testing fgetc() : file opened using rb mode --
251 -- Testing fgetc() : file opened using rb mode --
409 -- Testing fgetc() : file opened using rb mode --
H A Dfgetcsv_variation12.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
106 -- Testing fgetcsv() with file opened using rb mode --
214 -- Testing fgetcsv() with file opened using rb mode --
322 -- Testing fgetcsv() with file opened using rb mode --
430 -- Testing fgetcsv() with file opened using rb mode --
538 -- Testing fgetcsv() with file opened using rb mode --
646 -- Testing fgetcsv() with file opened using rb mode --
754 -- Testing fgetcsv() with file opened using rb mode --
862 -- Testing fgetcsv() with file opened using rb mode --
/PHP-7.4/ext/phar/tests/
H A Drefcount1.phpt25 $b = fopen($pname . '/b/c.php', 'rb');
/PHP-7.4/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-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt31 0 => array("pipe", "rb"), // stdin
/PHP-7.4/ext/phar/tests/tar/
H A Drefcount1.phpt36 $b = fopen($alias . '/b/c.php', 'rb');
/PHP-7.4/ext/standard/tests/http/
H A Dbug61548.phpt28 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $ctx);
H A Dserver.inc86 $fd = fopen($file, 'rb');
H A Dignore_errors.phpt24 $fd = fopen('http://127.0.0.1:12342/foo/bar', 'rb', false, $context);

Completed in 53 milliseconds

123456