Home
last modified time | relevance | path

Searched refs:wb (Results 1 – 25 of 118) sorted by path

12345

/php-src/Zend/
H A Dzend_strtod.c843 int k, wa, wb, wc; local
862 wb = b->wds;
863 wc = wa + wb;
872 xbe = xb + wb;
1108 int i, wa, wb; local
1139 wb = b->wds;
1141 xbe = xb + wb;
/php-src/docs-old/
H A Dstreams.md55 * `mode` is the stdio compatible mode eg: "wb", "rb" etc.
/php-src/ext/bz2/tests/
H A D002.phpt27 $fp = fopen("bz_open_002.txt", "wb");
H A Dbug81092.phpt7 $stream = fopen(__DIR__ . "/81092.bz2", 'wb+');
/php-src/ext/curl/tests/
H A Dbug52827.phpt7 $s = fopen('php://temp/maxmemory=1024','wb+');
/php-src/ext/fileinfo/
H A Dlibmagic.patch786 + /* wb+ == O_WRONLY|O_CREAT|O_TRUNC|O_BINARY */
787 + stream = php_stream_open_wrapper((char *)fn, "wb+", REPORT_ERRORS, NULL);
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile14 ,�3۳ޢl�<`e�/ wb��0���n�(R�! p&�K�0<& qX�?��kƳ��y���fD�.+2D��`<L{��K��E2�)5Em@Z�.�fN@…
/php-src/ext/gd/tests/
H A Dcreatefromwbmp2.phpt12 $fp = fopen($filename,"wb");
H A Dcreatefromwbmp2_extern.phpt12 $fp = fopen($filename,"wb");
H A Dimageloadfont_end_of_file_while_reading_header.phpt14 $fp = fopen($filename, 'wb');
21 $fp = fopen($filename, 'wb');
H A Dimageloadfont_invalid.phpt9 $fp = fopen($filename, 'wb');
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.lua727 local p1, wb = match(pn, "^%[%s*(.-)%s*%](!?)$")
748 if wb == "!" then op = op + 0x00200000 end
750 if wb == "!" then werror("bad use of '!'") end
783 if wb == "!" then werror("bad use of '!'") end
882 local r, wb = match(q, "^([^!]*)(!?)$")
883 op = op + shl(parse_gpr(r), 16) + (wb == "!" and 0x00200000 or 0)
H A Ddasm_arm64.lua482 local p1, wb = match(pn, "^%[%s*(.-)%s*%](!?)$")
497 if wb == "!" then werror("bad use of '!'") end
499 elseif wb == "!" then
542 if wb == "!" then werror("bad use of '!'") end
553 local p1, wb = match(pn, "^%[%s*(.-)%s*%](!?)$")
568 if wb == "!" then werror("bad use of '!'") end
573 op = op + (wb == "!" and 0x01800000 or 0x01000000)
H A Ddasm_x86.h441 case DASM_IMM_S: case DASM_IMM_B: wb: dasmb(n); break; in dasm_encode()
443 db: if (!mark) mark = cp; mark[-2] += 2; mark = NULL; goto wb; in dasm_encode()
482 goto wb; in dasm_encode()
/php-src/ext/pdo_pgsql/tests/
H A Dgh9411.phpt21 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
28 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
34 var_dump($lob = $db->pgsqlLOBOpen($oid, 'wb'));
/php-src/ext/phar/tests/
H A Dopen_for_write_existing.phpt20 $fp = fopen($pname . '/b/c.php', 'wb');
H A Dopen_for_write_existing_b.phpt20 var_dump(fopen($pname . '/b/c.php', 'wb'));
H A Dopen_for_write_existing_c.phpt20 var_dump(fopen($pname . '/b/c.php', 'wb'));
H A Dopen_for_write_newfile.phpt20 $fp = fopen($pname . '/b/new.php', 'wb');
H A Dopen_for_write_newfile_b.phpt20 var_dump(fopen($pname . '/b/new.php', 'wb'));
H A Dopen_for_write_newfile_c.phpt20 var_dump(fopen($pname . '/b/new.php', 'wb'));
H A Dphar_stub.phpt37 $fp = fopen($fname2, 'wb');
H A Drefcount1.phpt20 $fp = fopen($pname . '/b/c.php', 'wb');
/php-src/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc139 $this->tmp = gzopen($this->path, 'wb');
145 $this->tmp = fopen($this->path, 'wb');
H A Dmake.dangerous.tar.php.inc132 $this->tmp = gzopen($this->path, 'wb');
138 $this->tmp = fopen($this->path, 'wb');

Completed in 96 milliseconds

12345