Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/bz2/tests/
H A D002.phpt24 $fp = fopen("bz_open_002.txt", "rb");
/PHP-5.5/ext/standard/tests/strings/
H A Dhebrevc_variation2.phpt171 rb<'<br />
237 rb<'<br />
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput82854 a\rb
6518 a\rb
6556 a\rb
6576 a\rb
6594 a\rb
6616 a\n\rb
6819 a\rb
6837 a\rb
6859 a\rb
6877 a\rb
[all …]
H A Dtestoutput27909 a\rb
7958 a\rb
7978 a\rb
7996 a\rb
8120 a\rb
8873 a\rb
8881 a\rb
8893 a\rb
8903 a\rb
8938 a\rb
[all …]
/PHP-5.5/ext/standard/tests/file/
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 D007_basic.phpt27 "rb",
185 -- Iteration with mode 'rb' --
/PHP-5.5/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-5.5/ext/phar/tests/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dinclude_path2.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar115 $fp = fopen(__FILE__, 'rb');
H A Dopenssl.phar115 $fp = fopen(__FILE__, 'rb');
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c323 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
326 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1); \
335 #define RMATCH(ra,rb,rc,rd,re,rw) \ argument
336 rrc = match(ra,rb,mstart,rc,rd,re,rdepth+1)
349 #define RMATCH(ra,rb,rc,rd,re,rw)\ argument
361 newframe->Xecode = rb;\
H A DChangeLog2258 "r") to fopen(pathname, "rb"), which fixed a problem with some of the tests
4336 5. Changed "r" and "w" in the calls to fopen() in pcretest to "rb" and "wb"
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch311 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
313 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
606 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
608 + stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
2457 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS|ENFORCE_SAFE_MODE, NULL);
2459 + stream = php_stream_open_wrapper((char *)inname, "rb", REPORT_ERRORS, NULL);
/PHP-5.5/ext/standard/
H A Dconfig.m424 fp = fopen(filename, "rb+");
/PHP-5.5/
H A DREADME.STREAMS54 mode is the stdio compatible mode eg: "wb", "rb" etc.

Completed in 104 milliseconds

123456