Home
last modified time | relevance | path

Searched refs:wb (Results 76 – 100 of 118) sorted by relevance

12345

/php-src/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation8-win32.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
81 -- File opened in mode wb --
287 -- File opened in mode wb --
H A Dfseek_ftell_rewind_variation8.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
81 -- File opened in mode wb --
287 -- File opened in mode wb --
H A Dreadfile_basic-win32.phpt21 $filemodes = array("w", "wt", "wb", "w+", "w+b", "w+t",
57 -- File opened with mode: wb --
113 -- File opened with mode: wb --
169 -- File opened with mode: wb --
225 -- File opened with mode: wb --
303 -- File opened with mode: wb --
H A Dreadfile_basic.phpt21 $filemodes = array("w", "wt", "wb", "w+", "w+b", "w+t",
57 -- File opened with mode: wb --
113 -- File opened with mode: wb --
169 -- File opened with mode: wb --
225 -- File opened with mode: wb --
303 -- File opened with mode: wb --
H A Dfseek_ftell_rewind_variation2-win32.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
80 -- File opened in mode wb --
262 -- File opened in mode wb --
H A Dfseek_ftell_rewind_variation2.phpt19 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
80 -- File opened in mode wb --
262 -- File opened in mode wb --
H A Dtouch_basic-win32-mb.phpt29 $h = fopen($filename, "wb");
H A Dtouch_basic-win32.phpt29 $h = fopen($filename, "wb");
H A Dtouch_basic.phpt30 $h = fopen($filename, "wb");
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt16 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
83 -- File opened in mode wb --
277 -- File opened in mode wb --
H A Dfseek_ftell_rewind_basic2-win32.phpt16 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
83 -- File opened in mode wb --
277 -- File opened in mode wb --
H A Dfseek_ftell_rewind_basic2.phpt16 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
83 -- File opened in mode wb --
277 -- File opened in mode wb --
H A Dftruncate_variation1-win32-mb.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
126 -- Testing ftruncate() with file opening using wb mode --
320 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation1-win32.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
126 -- Testing ftruncate() with file opening using wb mode --
320 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation1.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
126 -- Testing ftruncate() with file opening using wb mode --
320 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation7-win32.phpt19 "w", "wb", "wt", "w+", "w+b", "w+t",
128 -- Testing ftruncate() with file opening using wb mode --
322 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation7.phpt19 "w", "wb", "wt", "w+", "w+b", "w+t",
128 -- Testing ftruncate() with file opening using wb mode --
322 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation2-win32.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
127 -- Testing ftruncate() with file opening using wb mode --
321 -- Testing ftruncate() with file opening using wb mode --
H A Dftruncate_variation2.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
127 -- Testing ftruncate() with file opening using wb mode --
321 -- Testing ftruncate() with file opening using wb mode --
/php-src/ext/phar/tests/tar/
H A Drefcount1.phpt31 $fp = fopen($alias . '/b/c.php', 'wb');
H A Dphar_stub.phpt33 $fp = fopen($fname3, 'wb');
/php-src/ext/phar/tests/zip/
H A Dphar_stub.phpt33 $fp = fopen($fname3, 'wb');
/php-src/ext/opcache/jit/ir/dynasm/
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/phar/tests/
H A Dphar_stub.phpt37 $fp = fopen($fname2, 'wb');
/php-src/ext/zlib/tests/
H A Dgzfilegzreadfile.phpt29 $fp = gzopen($filename, "wb");

Completed in 41 milliseconds

12345