Home
last modified time | relevance | path

Searched refs:rb (Results 26 – 50 of 149) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug44667.phpt11 0 => array('pipe', 'rb'),
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_stub.phpt36 $fp = fopen($fname3, 'rb');
49 $fp = fopen($fname3, 'rb');
H A Dtar_001.phpt14 $tar = fopen('phar://' . __DIR__ . '/tar_001.phar.tar/tar_001.phpt', 'rb');
H A Dtar_002.phpt16 $tar = fopen('phar://' . __DIR__ . '/tar_002.phar.tar/tar_002.phpt', 'rb');
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_stub.phpt36 $fp = fopen($fname3, 'rb');
49 $fp = fopen($fname3, 'rb');
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_variation1-win32-mb.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
26 Test fwrite with file opened in mode : r,rb,rt
30 $file_modes = array("r","rb","rt");
101 -- Opening file in rb --
151 -- Opening file in rb --
201 -- Opening file in rb --
251 -- Opening file in rb --
H A Dfwrite_variation1.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
20 Test fwrite with file opened in mode : r,rb,rt
24 $file_modes = array("r","rb","rt");
93 -- Opening file in rb --
143 -- Opening file in rb --
193 -- Opening file in rb --
243 -- Opening file in rb --
H A Dfputcsv_variation14.phpt34 $file_modes = array ("r", "rb", "rt");
99 -- file opened in rb --
135 -- file opened in rb --
171 -- file opened in rb --
207 -- file opened in rb --
243 -- file opened in rb --
279 -- file opened in rb --
315 -- file opened in rb --
351 -- file opened in rb --
387 -- file opened in rb --
H A Dfgetc_variation1.phpt20 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
59 -- File opened in mode : rb --
/PHP-7.4/ext/zlib/tests/
H A Dbug67724.phpt11 $f = fopen(__DIR__."/bug67724.gz.gz", "rb")
H A Dgzreadgzwrite.phpt17 $fp = gzopen($filename, "rb");
H A Dgzreadgzwriteplain.phpt17 $fp = gzopen($filename, "rb");
/PHP-7.4/ext/standard/tests/filters/
H A Dbug79468.phpt10 $fp = fopen('php://temp', 'rb');
/PHP-7.4/ext/standard/tests/http/
H A Dbug80838.phpt26 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $ctx);
H A Dbug79265_2.phpt25 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $context);
H A Dbug79265.phpt26 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $context);
H A Dbug67430.phpt27 $fd = fopen('http://127.0.0.1:12342/', 'rb', false, $ctx);
H A Dbug53198.phpt22 $fd = fopen('http://127.0.0.1:12342/', 'rb', false);
/PHP-7.4/ext/gd/tests/
H A Dbug66590.phpt18 $stream = fopen($filename, 'rb');
/PHP-7.4/ext/zip/tests/
H A Dbug53579.phpt27 $fp = fopen('zip://' . __DIR__ . '/test_with_comment.zip#foo', 'rb');
H A Doo_stream.phpt30 $fp = fopen('zip://' . __DIR__ . '/test_with_comment.zip#foo', 'rb');
/PHP-7.4/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt26 curl_setopt($ch, CURLOPT_READDATA, fopen($tempname, 'rb'));
/PHP-7.4/ext/standard/tests/streams/
H A Dbug78883.phpt11 0 => array("pipe", "rb"),
H A Dstream_get_meta_data_file_variation1.phpt8 'rb', 'rb+', 'wb', 'wb+', 'ab', 'ab+', 'xb', 'xb+',
203 string(2) "rb"
223 string(3) "rb+"
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle.build33 // passthru(ICU_DIR."icupkg -tl -a $here/rb.txt -s $here/_files -d $here/_files new $here/_files/re…

Completed in 31 milliseconds

123456