Home
last modified time | relevance | path

Searched refs:wb (Results 101 – 125 of 128) sorted by relevance

123456

/PHP-7.1/ext/standard/tests/file/
H A Dftruncate_variation1-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
131 -- Testing ftruncate() with file opening using wb mode --
325 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation1.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
131 -- Testing ftruncate() with file opening using wb mode --
325 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation2-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
132 -- Testing ftruncate() with file opening using wb mode --
326 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation2.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
132 -- Testing ftruncate() with file opening using wb mode --
326 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation7-win32.phpt24 "w", "wb", "wt", "w+", "w+b", "w+t",
133 -- Testing ftruncate() with file opening using wb mode --
327 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation7.phpt24 "w", "wb", "wt", "w+", "w+b", "w+t",
133 -- Testing ftruncate() with file opening using wb mode --
327 -- Testing ftruncate() with file opening using wb mode --
H A Dreadfile_variation5.phpt27 $h = fopen($filename,'wb');
H A Dftruncate_variation3-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
131 -- Testing ftruncate() with file opening using wb mode --
325 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation3.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
131 -- Testing ftruncate() with file opening using wb mode --
325 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation5-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
133 -- Testing ftruncate() with file opening using wb mode --
327 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation5.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
133 -- Testing ftruncate() with file opening using wb mode --
327 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation6-win32.phpt25 "w", "wb", "wt", "w+", "w+b", "w+t",
134 -- Testing ftruncate() with file opening using wb mode --
329 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation6.phpt25 "w", "wb", "wt", "w+", "w+b", "w+t",
134 -- Testing ftruncate() with file opening using wb mode --
329 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation4-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
146 -- Testing ftruncate() with file opening using wb mode --
388 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation4.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
146 -- Testing ftruncate() with file opening using wb mode --
388 -- Testing ftruncate() with file opening using wb mode --
H A Dreadfile_variation4.phpt27 $h = fopen($filename,'wb');
H A D007_basic.phpt20 "wb",
107 -- Iteration with mode 'wb' --
H A Dfflush_variation3.phpt21 $file_modes = array("w", "wb", "wt", "w+", "w+b","w+t",
/PHP-7.1/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt30 $fp = gzopen($filename, "wb");
/PHP-7.1/ext/bz2/tests/
H A D002.phpt27 $fp = fopen("bz_open_002.txt", "wb");
/PHP-7.1/Zend/
H A Dzend_strtod.c856 int k, wa, wb, wc; local
875 wb = b->wds;
876 wc = wa + wb;
885 xbe = xb + wb;
1119 int i, wa, wb; local
1150 wb = b->wds;
1152 xbe = xb + wb;
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c940 #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \ argument
941 …(data_transfer_insts[(type) >> 4] | ((add) << 23) | ((wb) << 21) | (reg_map[target] << 12) | (reg_…
1440 #define GETPUT_ARG_DATA_TRANSFER(add, wb, target, base, imm) \ argument
1442 FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, add, wb, target, base, imm))); \
1444 …FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, add, wb, target, base, TYPE2_TRANSFER_IM…
/PHP-7.1/ext/standard/
H A Dconfig.m417 FILE *fp = fopen(filename, "wb");
/PHP-7.1/
H A DREADME.STREAMS54 mode is the stdio compatible mode eg: "wb", "rb" etc.
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch853 + /* wb+ == O_WRONLY|O_CREAT|O_TRUNC|O_BINARY */
854 + stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL);

Completed in 50 milliseconds

123456