Home
last modified time | relevance | path

Searched refs:rb (Results 101 – 125 of 142) sorted by relevance

123456

/PHP-8.0/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic1.phpt10 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
73 -- File opened in mode rb --
267 -- File opened in mode rb --
H A Dfgetc_basic.phpt10 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
90 -- Testing fgetc() : file opened using rb mode --
247 -- Testing fgetc() : file opened using rb mode --
405 -- Testing fgetc() : file opened using rb mode --
H A Dfeof_basic.phpt17 $h = fopen($tmpFile1, 'rb');
H A Dstream_rfc2397_007.phpt16 $fp = fopen($stream, 'rb');
H A Dfgetcsv_variation17.phpt25 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
107 -- Testing fgetcsv() with file opened using rb mode --
347 -- Testing fgetcsv() with file opened using rb mode --
601 -- Testing fgetcsv() with file opened using rb mode --
1039 -- Testing fgetcsv() with file opened using rb mode --
1309 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation6.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
112 -- Testing fgetcsv() with file opened using rb mode --
352 -- Testing fgetcsv() with file opened using rb mode --
606 -- Testing fgetcsv() with file opened using rb mode --
1042 -- Testing fgetcsv() with file opened using rb mode --
1282 -- Testing fgetcsv() with file opened using rb mode --
1520 -- Testing fgetcsv() with file opened using rb mode --
1734 -- Testing fgetcsv() with file opened using rb mode --
2010 -- Testing fgetcsv() with file opened using rb mode --
H A Dfscanf_variation52.phpt18 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
H A Dftruncate_variation1-win32-mb.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
78 -- Testing ftruncate() with file opening using rb mode --
272 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation1-win32.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
78 -- Testing ftruncate() with file opening using rb mode --
272 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation1.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
78 -- Testing ftruncate() with file opening using rb mode --
272 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation7-win32.phpt18 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
80 -- Testing ftruncate() with file opening using rb mode --
274 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation7.phpt18 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
80 -- Testing ftruncate() with file opening using rb mode --
274 -- Testing ftruncate() with file opening using rb mode --
H A Duserstreams.phpt177 $b = @fopen("bogon://url", "rb");
182 $fp = fopen("test://DATA", "rb");
H A Dftruncate_variation2-win32.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
79 -- Testing ftruncate() with file opening using rb mode --
273 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation2.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
79 -- Testing ftruncate() with file opening using rb mode --
273 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation3-win32.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
78 -- Testing ftruncate() with file opening using rb mode --
272 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation3.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
78 -- Testing ftruncate() with file opening using rb mode --
272 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation5-win32.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
80 -- Testing ftruncate() with file opening using rb mode --
274 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation5.phpt17 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
80 -- Testing ftruncate() with file opening using rb mode --
274 -- Testing ftruncate() with file opening using rb mode --
H A Dfscanf_variation53.phpt18 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
H A Dfgets_basic.phpt8 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
94 -- Testing fgets() with file opened using mode rb --
H A D007_basic.phpt15 "rb",
162 -- Iteration with mode 'rb' --
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c4973 TValue*rb=RB(i);
4975 setnilvalue(rb--);
4976 }while(rb>=ra);
4986 TValue*rb=KBx(i);
5019 StkId rb=RB(i);
5020 setobj(L,ra+1,rb);
5049 TValue*rb=RB(i);
5055 Protect(Arith(L,ra,rb,rb,TM_UNM));
5096 TValue*rb=RKB(i);
5128 TValue*rb=RB(i);
[all …]
/PHP-8.0/ext/standard/tests/http/
H A Dbug38802.phpt26 $fd = fopen("$uri/foo/bar", 'rb', false, $context);
/PHP-8.0/ext/bz2/tests/
H A D002.phpt24 $fp = fopen("bz_open_002.txt", "rb");

Completed in 67 milliseconds

123456