Home
last modified time | relevance | path

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

123456

/PHP-8.0/ext/standard/tests/file/
H A Dbug81145.phpt35 $f1 = fopen($src,'rb') or die("src open failed");
36 $f2 = fopen($dst,'rb') or die("dst open failed");
H A Dfwrite_variation1-win32-mb.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
17 Test fwrite with file opened in mode : r,rb,rt
21 $file_modes = array("r","rb","rt");
92 -- Opening file in rb --
142 -- Opening file in rb --
192 -- Opening file in rb --
242 -- Opening file in rb --
H A Dfwrite_variation1.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
11 Test fwrite with file opened in mode : r,rb,rt
15 $file_modes = array("r","rb","rt");
84 -- Opening file in rb --
134 -- Opening file in rb --
184 -- Opening file in rb --
234 -- Opening file in rb --
H A Dfgetc_variation1.phpt16 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
55 -- File opened in mode : rb --
/PHP-8.0/ext/standard/tests/filters/
H A Dbug79468.phpt10 $fp = fopen('php://temp', 'rb');
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug44667.phpt11 0 => array('pipe', 'rb'),
/PHP-8.0/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-8.0/ext/phar/tests/zip/
H A Dphar_stub.phpt36 $fp = fopen($fname3, 'rb');
49 $fp = fopen($fname3, 'rb');
/PHP-8.0/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-8.0/ext/standard/tests/http/
H A Dbug80838.phpt26 $fd = fopen($uri, 'rb', false, $ctx);
H A Dbug79265.phpt26 $fd = fopen($uri, 'rb', false, $context);
H A Dbug79265_2.phpt25 $fd = fopen($uri, 'rb', false, $context);
H A Dbug67430.phpt27 $fd = fopen($uri, 'rb', false, $ctx);
H A Dbug53198.phpt22 $fd = fopen($uri, 'rb', false);
/PHP-8.0/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-8.0/ext/gd/tests/
H A Dbug66590.phpt18 $stream = fopen($filename, 'rb');
/PHP-8.0/ext/mbstring/tests/
H A Dgh7902.phpt22 $stream = fopen(__DIR__ . "/gh7902.eml", "rb");
/PHP-8.0/ext/sockets/tests/
H A Dsocket_export_stream-2.phpt12 socket_export_stream(fopen(__FILE__, "rb"));
H A Dsocket_import_stream-2.phpt11 var_dump(socket_import_stream(fopen(__FILE__, "rb")));
/PHP-8.0/ext/standard/tests/streams/
H A Dbug78883.phpt11 0 => array("pipe", "rb"),

Completed in 20 milliseconds

123456