Home
last modified time | relevance | path

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

123456

/PHP-8.0/ext/standard/tests/file/
H A Dftruncate_variation6-win32.phpt19 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
83 -- Testing ftruncate() with file opening using rb mode --
274 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation6.phpt19 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
83 -- Testing ftruncate() with file opening using rb mode --
274 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation4.phpt11 $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 Dfscanf_variation55.phpt55 $modes = array("r", "rb", "rt");
625 *** File opened in rb mode ***
/PHP-8.0/ext/phar/tests/
H A Dphar_createdefaultstub.phpt150 $fp = fopen(__FILE__, 'rb');
444 $fp = fopen(__FILE__, 'rb');
746 $fp = fopen(__FILE__, 'rb');
H A Dphar_setdefaultstub.phpt170 $fp = fopen(__FILE__, 'rb');
465 $fp = fopen(__FILE__, 'rb');
760 $fp = fopen(__FILE__, 'rb');
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
/PHP-8.0/ext/phar/tests/files/
H A Dinclude_path2.phar115 $fp = fopen(__FILE__, 'rb');
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
/PHP-8.0/ext/exif/tests/
H A Dexif_read_data_streams.phpt10 $fp = fopen(__DIR__ . '/image027.tiff', 'rb');
/PHP-8.0/ext/standard/
H A Dconfig.m426 fp = fopen(filename, "rb+");
/PHP-8.0/docs/
H A Dstreams.md55 * `mode` is the stdio compatible mode eg: "wb", "rb" etc.
/PHP-8.0/ext/hash/tests/
H A Dfnv1a64.phpt242 array( 'X3Z.yb[Xt{t*C$.>=\'98PHJx0!KF<6DuI~%Dba|X^rb"wp@5', '26f61f52e18a413f' ),
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_match.c537 #define RMATCH(ra,rb)\ argument
540 Freturn_id = rb;\
542 L_##rb:;\
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch362 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
671 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
3047 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);

Completed in 38 milliseconds

123456