Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_variation5-win32.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
85 -- Testing ftruncate() with file opening using rb mode --
279 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation5.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
85 -- Testing ftruncate() with file opening using rb mode --
279 -- Testing ftruncate() with file opening using rb mode --
H A Dfgets_basic.phpt13 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
99 -- Testing fgets() with file opened using mode rb --
H A Dfgetss_variation2.phpt35 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
138 -- Testing fgetss() with file opened using rb mode --
H A Dftruncate_variation6-win32.phpt24 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
88 -- Testing ftruncate() with file opening using rb mode --
279 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation6.phpt24 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
88 -- Testing ftruncate() with file opening using rb mode --
279 -- Testing ftruncate() with file opening using rb mode --
H A Dfscanf_variation55.phpt60 $modes = array("r", "rb", "rt");
630 *** File opened in rb mode ***
H A Dftruncate_variation4-win32.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
86 -- Testing ftruncate() with file opening using rb mode --
328 -- Testing ftruncate() with file opening using rb mode --
H A Dftruncate_variation4.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
86 -- Testing ftruncate() with file opening using rb mode --
328 -- Testing ftruncate() with file opening using rb mode --
H A D007_basic.phpt27 "rb",
185 -- Iteration with mode 'rb' --
/PHP-7.4/ext/bz2/tests/
H A D002.phpt24 $fp = fopen("bz_open_002.txt", "rb");
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt151 $fp = fopen(__FILE__, 'rb');
445 $fp = fopen(__FILE__, 'rb');
747 $fp = fopen(__FILE__, 'rb');
H A Dphar_setdefaultstub.phpt171 $fp = fopen(__FILE__, 'rb');
466 $fp = fopen(__FILE__, 'rb');
761 $fp = fopen(__FILE__, 'rb');
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
/PHP-7.4/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-7.4/ext/exif/tests/
H A Dexif_read_data_streams.phpt10 $fp = fopen(__DIR__ . '/image027.tiff', 'rb');
/PHP-7.4/ext/standard/
H A Dconfig.m424 fp = fopen(filename, "rb+");
/PHP-7.4/docs/
H A Dstreams.md55 * `mode` is the stdio compatible mode eg: "wb", "rb" etc.
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt242 array( 'X3Z.yb[Xt{t*C$.>=\'98PHJx0!KF<6DuI~%Dba|X^rb"wp@5', '26f61f52e18a413f' ),
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_match.c537 #define RMATCH(ra,rb)\ argument
540 Freturn_id = rb;\
542 L_##rb:;\
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch405 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
719 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
2953 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);

Completed in 87 milliseconds

123456