Home
last modified time | relevance | path

Searched refs:rb (Results 51 – 75 of 149) sorted by relevance

123456

/PHP-7.4/ext/zlib/tests/
H A Dbug75273.phpt30 $stream = fopen('php://memory', 'rb+');
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt15 0 => array("pipe", "rb"), // stdin
H A Dproc_open_bug51800_right2.phpt15 0 => array("pipe", "rb"), // stdin
H A Dproc_open_bug69900.phpt13 $in = fopen("php://stdin", "rb", false, stream_context_create(array("pipe" => array("blocking" => t…
/PHP-7.4/ext/phar/tests/
H A Dfopen.phpt11 $a = fopen(__FILE__, 'rb'); // this satisfies 1 line of code coverage
/PHP-7.4/ext/standard/tests/filters/
H A Dread.phpt27 if ($f = fopen(__FILE__, "rb")) {
/PHP-7.4/ext/standard/tests/http/
H A Dbug48929.phpt23 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $context);
H A Dbug65634.phpt27 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $ctx);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_export_stream-2.phpt15 var_dump(socket_export_stream(fopen(__FILE__, "rb")));
H A Dsocket_import_stream-2.phpt15 var_dump(socket_import_stream(fopen(__FILE__, "rb")));
/PHP-7.4/Zend/tests/
H A Dbug79934.phpt28 string(6) "a\r\rb"
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation8.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
107 -- Testing fgetcsv() with file opened using rb mode --
227 -- Testing fgetcsv() with file opened using rb mode --
347 -- Testing fgetcsv() with file opened using rb mode --
467 -- Testing fgetcsv() with file opened using rb mode --
587 -- Testing fgetcsv() with file opened using rb mode --
707 -- Testing fgetcsv() with file opened using rb mode --
827 -- Testing fgetcsv() with file opened using rb mode --
947 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation9.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
105 -- Testing fgetcsv() with file opened using rb mode --
225 -- Testing fgetcsv() with file opened using rb mode --
345 -- Testing fgetcsv() with file opened using rb mode --
465 -- Testing fgetcsv() with file opened using rb mode --
585 -- Testing fgetcsv() with file opened using rb mode --
705 -- Testing fgetcsv() with file opened using rb mode --
825 -- Testing fgetcsv() with file opened using rb mode --
945 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation18.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
99 -- Testing fgetcsv() with file opened using rb mode --
219 -- Testing fgetcsv() with file opened using rb mode --
339 -- Testing fgetcsv() with file opened using rb mode --
459 -- Testing fgetcsv() with file opened using rb mode --
579 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation21.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
80 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation1.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
103 -- Testing fgetcsv() with file opened using rb mode --
253 -- Testing fgetcsv() with file opened using rb mode --
403 -- Testing fgetcsv() with file opened using rb mode --
553 -- Testing fgetcsv() with file opened using rb mode --
703 -- Testing fgetcsv() with file opened using rb mode --
851 -- Testing fgetcsv() with file opened using rb mode --
975 -- Testing fgetcsv() with file opened using rb mode --
1161 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation2.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
104 -- Testing fgetcsv() with file opened using rb mode --
254 -- Testing fgetcsv() with file opened using rb mode --
404 -- Testing fgetcsv() with file opened using rb mode --
554 -- Testing fgetcsv() with file opened using rb mode --
704 -- Testing fgetcsv() with file opened using rb mode --
852 -- Testing fgetcsv() with file opened using rb mode --
976 -- Testing fgetcsv() with file opened using rb mode --
1162 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation7.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
103 -- Testing fgetcsv() with file opened using rb mode --
253 -- Testing fgetcsv() with file opened using rb mode --
401 -- Testing fgetcsv() with file opened using rb mode --
521 -- Testing fgetcsv() with file opened using rb mode --
641 -- Testing fgetcsv() with file opened using rb mode --
761 -- Testing fgetcsv() with file opened using rb mode --
881 -- Testing fgetcsv() with file opened using rb mode --
1013 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation22.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
97 -- Testing fgetcsv() with file opened using rb mode --
202 -- Testing fgetcsv() with file opened using rb mode --
307 -- Testing fgetcsv() with file opened using rb mode --
412 -- Testing fgetcsv() with file opened using rb mode --
517 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation29.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
98 -- Testing fgetcsv() with file opened using rb mode --
203 -- Testing fgetcsv() with file opened using rb mode --
308 -- Testing fgetcsv() with file opened using rb mode --
413 -- Testing fgetcsv() with file opened using rb mode --
518 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation30.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
97 -- Testing fgetcsv() with file opened using rb mode --
202 -- Testing fgetcsv() with file opened using rb mode --
307 -- Testing fgetcsv() with file opened using rb mode --
412 -- Testing fgetcsv() with file opened using rb mode --
517 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetcsv_variation31.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
99 -- Testing fgetcsv() with file opened using rb mode --
204 -- Testing fgetcsv() with file opened using rb mode --
309 -- Testing fgetcsv() with file opened using rb mode --
414 -- Testing fgetcsv() with file opened using rb mode --
519 -- Testing fgetcsv() with file opened using rb mode --
H A Dfgetss_basic1.phpt31 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
83 -- Testing fgetss() with file opened using rb mode --
H A Dfpassthru_variation.phpt62 $file_read = fopen($file_name, "rb");
H A Dfgetcsv_variation15.phpt28 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
96 -- Testing fgetcsv() with file opened using rb mode --
246 -- Testing fgetcsv() with file opened using rb mode --
396 -- Testing fgetcsv() with file opened using rb mode --
548 -- Testing fgetcsv() with file opened using rb mode --
731 -- Testing fgetcsv() with file opened using rb mode --

Completed in 49 milliseconds

123456