Home
last modified time | relevance | path

Searched refs:wb (Results 51 – 75 of 118) sorted by relevance

12345

/php-src/ext/standard/tests/file/
H A Dfflush_variation2.phpt18 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
73 -- link opened in wb mode --
134 -- link opened in wb mode --
195 -- link opened in wb mode --
261 -- link opened in wb mode --
383 -- link opened in wb mode --
H A Dfseek_variation3.phpt11 $h = fopen($outputfile, "wb+");
H A Dfread_fwrite_basic.phpt15 $h = fopen($outputfile, 'wb+');
H A Dfflush_variation1-win32-mb.phpt18 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
69 -- File opened in wb mode --
142 -- File opened in wb mode --
215 -- File opened in wb mode --
293 -- File opened in wb mode --
457 -- File opened in wb mode --
H A Dfflush_variation1-win32.phpt18 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
69 -- File opened in wb mode --
142 -- File opened in wb mode --
215 -- File opened in wb mode --
293 -- File opened in wb mode --
457 -- File opened in wb mode --
H A Dfflush_variation1.phpt18 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
70 -- File opened in wb mode --
143 -- File opened in wb mode --
216 -- File opened in wb mode --
294 -- File opened in wb mode --
458 -- File opened in wb mode --
H A Dfile_get_contents_file_put_contents_5gb.phpt34 $tmpfileh = fopen($tmpfile, "wb");
H A Dfseek_ftell_rewind_variation4-win32.phpt18 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
80 -- File opened in mode wb --
286 -- File opened in mode wb --
H A Dfseek_ftell_rewind_variation4.phpt18 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
80 -- File opened in mode wb --
286 -- File opened in mode wb --
H A Dfseek_ftell_rewind_variation6-win32.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
80 -- File opened in mode wb --
286 -- File opened in mode wb --
H A Dfseek_ftell_rewind_variation6.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
80 -- File opened in mode wb --
286 -- File opened in mode wb --
/php-src/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc131 $this->tmp = gzopen($this->path, 'wb');
137 $this->tmp = fopen($this->path, 'wb');
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');
/php-src/ext/opcache/jit/ir/dynasm/
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_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)
/php-src/ext/phar/tests/
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 Drefcount1.phpt20 $fp = fopen($pname . '/b/c.php', 'wb');
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt30 var_dump(fopen($alias . '/b/new.php', 'wb'));
H A Dopen_for_write_newfile_b.phpt30 var_dump(fopen($alias . '/b/new.php', 'wb'));
H A Drefcount1.phpt29 $fp = fopen($alias . '/b/c.php', 'wb');
/php-src/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt30 var_dump(fopen($alias . '/b/new.php', 'wb'));
H A Dopen_for_write_newfile_c.phpt30 var_dump(fopen($alias . '/b/new.php', 'wb'));
/php-src/ext/standard/tests/image/
H A Diptcembed_002.phpt40 $fd=fopen($file,"wb");
71 $fd=fopen($file2,"wb");

Completed in 56 milliseconds

12345