Home
last modified time | relevance | path

Searched refs:wb (Results 26 – 50 of 128) sorted by relevance

123456

/PHP-7.1/ext/phar/tests/
H A Dopen_for_write_newfile.phpt20 $fp = fopen($pname . '/b/new.php', 'wb');
H A Dopen_for_write_existing_c.phpt23 $fp = fopen($pname . '/b/c.php', 'wb');
H A Dopen_for_write_existing_c_5_2.phpt21 $fp = fopen($pname . '/b/c.php', 'wb');
H A Dopen_for_write_existing_b.phpt29 $fp = fopen($pname . '/b/c.php', 'wb');
H A Dopen_for_write_existing_b_5_2.phpt27 $fp = fopen($pname . '/b/c.php', 'wb');
/PHP-7.1/ext/zlib/tests/
H A Dbug_40189.phpt12 $gp = fopen(dirname(__FILE__) . '/test.other', 'wb');
H A Dgzreadgzwriteplain.phpt11 $fp = fopen($filename, "wb");
/PHP-7.1/ext/phar/tests/tar/
H A Dopen_for_write_newfile.phpt29 $fp = fopen($alias . '/b/new.php', 'wb');
H A Dopen_for_write_existing_c_5_2.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
H A Dopen_for_write_existing_c.phpt33 $fp = fopen($alias . '/b/c.php', 'wb');
/PHP-7.1/ext/phar/tests/zip/
H A Dopen_for_write_newfile.phpt28 $fp = fopen($alias . '/b/new.php', 'wb');
H A Dopen_for_write_existing_c.phpt33 $fp = fopen($alias . '/b/c.php', 'wb');
H A Dopen_for_write_existing_c_5_2.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
/PHP-7.1/ext/standard/tests/file/
H A Dfeof_basic.phpt15 $h = fopen($tmpFile1, 'wb');
38 $h = fopen($tmpFile2, 'wb+');
H A Dfgetss_variation1-win32.phpt17 w, wb, wt,
46 $file_modes = array("w","wb", "wt","a", "ab", "at","x","xb","xt");
93 -- Testing fgetss() with file opened using wb mode --
H A Dfgetss_variation1.phpt17 w, wb, wt,
42 $file_modes = array("w","wb", "wt","a", "ab", "at","x","xb","xt");
89 -- Testing fgetss() with file opened using wb mode --
H A Dfflush_variation2.phpt21 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
76 -- link opened in wb mode --
137 -- link opened in wb mode --
198 -- link opened in wb mode --
264 -- link opened in wb mode --
386 -- link opened in wb mode --
H A Dfseek_variation3.phpt17 $h = fopen($outputfile, "wb+");
/PHP-7.1/ext/mcrypt/tests/
H A Dmcrypt_filters.phpt21 $fp = fopen($secretfile, 'wb');
/PHP-7.1/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt54 $stream = fopen('php://memory', 'wb+');
63 $stream = fopen('php://memory', 'wb+');
77 $stream = fopen('php://memory', 'wb+');
/PHP-7.1/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt11 $fp = fopen($filename,"wb");
H A Dcreatefromwbmp2.phpt11 $fp = fopen($filename,"wb");
/PHP-7.1/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');

Completed in 37 milliseconds

123456