Home
last modified time | relevance | path

Searched refs:w (Results 201 – 225 of 1009) sorted by relevance

12345678910>>...41

/php-src/ext/standard/tests/streams/
H A Dbug54946.phpt6 $stream = fopen($filename, "w"); // w or a
/php-src/sapi/cli/tests/
H A D023.phpt27 1 => array("pipe", "w"),
28 2 => array("pipe", "w"),
/php-src/ext/standard/tests/file/
H A Dreadlink_realpath_basic2.phpt15 …handle1 = fopen("$file_path/readlink_realpath_basic2/home/test/readlink_realpath_basic2.tmp", "w");
16 $file_handle2 = fopen("$file_path/readlink_realpath_basic2/home/readlink_realpath_basic2.tmp", "w");
17 $file_handle3 = fopen("$file_path/readlink_realpath_basic2/readlink_realpath_basic2.tmp", "w");
H A Drealpath_basic3.phpt11 $file_handle1 = fopen("$file_path/realpath_basic3/home/test/realpath_basic3.tmp", "w");
12 $file_handle2 = fopen("$file_path/realpath_basic3/home/realpath_basic3.tmp", "w");
13 $file_handle3 = fopen("$file_path/realpath_basic3/realpath_basic3.tmp", "w");
H A Dfgetcsv_variation10.phpt29 "w+", "w+b", "w+t",
37 $file_handle = fopen($filename, "w");
181 -- Testing fgetcsv() with file opened using w+ mode --
191 -- Testing fgetcsv() with file opened using w+b mode --
201 -- Testing fgetcsv() with file opened using w+t mode --
331 -- Testing fgetcsv() with file opened using w+ mode --
341 -- Testing fgetcsv() with file opened using w+b mode --
351 -- Testing fgetcsv() with file opened using w+t mode --
481 -- Testing fgetcsv() with file opened using w+ mode --
631 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetc_variation4.phpt13 "w+", "w+b", "w+t" );
207 -- File opened in mode : w+ --
233 -- File opened in mode : w+b --
259 -- File opened in mode : w+t --
H A Dfilesize_variation4.phpt21 echo "-- opening the file in 'w' mode and get the size --\n";
22 $file_handle = fopen($filename, "w");
66 fclose( fopen($filename, "w") );
72 fclose( fopen($filename, "w") );
87 -- opening the file in 'w' mode and get the size --
H A Dunlink_basic.phpt10 $fp = fopen($filename, "w"); // create file
23 $fp = fopen($filename, "w"); // create file
H A Dfile_get_contents_basic.phpt16 create_files($file_path, 1, "text", 0755, 100, "w", "file", 1, "byte");
22 create_files($file_path, 1, "empty", 0755, 100, "w", "file", 1, "byte");
H A Dreadlink_realpath_basic2-win32.phpt15 …handle1 = fopen("$file_path/readlink_realpath_basic2/home/test/readlink_realpath_basic2.tmp", "w");
16 $file_handle2 = fopen("$file_path/readlink_realpath_basic2/home/readlink_realpath_basic2.tmp", "w");
17 $file_handle3 = fopen("$file_path/readlink_realpath_basic2/readlink_realpath_basic2.tmp", "w");
H A Drealpath_basic-win32.phpt17 $file_handle1 = fopen("$file_path/realpath_basic/home/test/realpath_basic.tmp", "w");
18 $file_handle2 = fopen("$file_path/realpath_basic/home/realpath_basic.tmp", "w");
19 $file_handle3 = fopen("$file_path/realpath_basic/realpath_basic.tmp", "w");
H A Dftruncate_variation2-win32.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
32 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
37 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 2);
119 -- Testing ftruncate() with file opening using w mode --
143 -- Testing ftruncate() with file opening using w+ mode --
151 -- Testing ftruncate() with file opening using w+b mode --
159 -- Testing ftruncate() with file opening using w+t mode --
313 -- Testing ftruncate() with file opening using w mode --
337 -- Testing ftruncate() with file opening using w+ mode --
345 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation2.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
32 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
37 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 2);
119 -- Testing ftruncate() with file opening using w mode --
143 -- Testing ftruncate() with file opening using w+ mode --
151 -- Testing ftruncate() with file opening using w+b mode --
159 -- Testing ftruncate() with file opening using w+t mode --
313 -- Testing ftruncate() with file opening using w mode --
337 -- Testing ftruncate() with file opening using w+ mode --
345 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation3-win32.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
32 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
37 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 3);
118 -- Testing ftruncate() with file opening using w mode --
142 -- Testing ftruncate() with file opening using w+ mode --
150 -- Testing ftruncate() with file opening using w+b mode --
158 -- Testing ftruncate() with file opening using w+t mode --
312 -- Testing ftruncate() with file opening using w mode --
336 -- Testing ftruncate() with file opening using w+ mode --
344 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation3.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
32 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
37 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 3);
118 -- Testing ftruncate() with file opening using w mode --
142 -- Testing ftruncate() with file opening using w+ mode --
150 -- Testing ftruncate() with file opening using w+b mode --
158 -- Testing ftruncate() with file opening using w+t mode --
312 -- Testing ftruncate() with file opening using w mode --
336 -- Testing ftruncate() with file opening using w+ mode --
344 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation5-win32.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
32 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
37 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 5);
120 -- Testing ftruncate() with file opening using w mode --
144 -- Testing ftruncate() with file opening using w+ mode --
152 -- Testing ftruncate() with file opening using w+b mode --
160 -- Testing ftruncate() with file opening using w+t mode --
314 -- Testing ftruncate() with file opening using w mode --
338 -- Testing ftruncate() with file opening using w+ mode --
346 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation5.phpt18 "w", "wb", "wt", "w+", "w+b", "w+t",
32 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
37 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 5);
120 -- Testing ftruncate() with file opening using w mode --
144 -- Testing ftruncate() with file opening using w+ mode --
152 -- Testing ftruncate() with file opening using w+b mode --
160 -- Testing ftruncate() with file opening using w+t mode --
314 -- Testing ftruncate() with file opening using w mode --
338 -- Testing ftruncate() with file opening using w+ mode --
346 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dfopen_variation5.phpt56 $h = fopen($secondFile, "w");
68 $h = fopen($firstFile, "w");
79 $h = fopen($filename, "w");
99 $h = fopen($scriptFile, "w");
H A Dfopen_variation8.phpt55 $h = fopen($secondFile, "w");
67 $h = fopen($firstFile, "w");
78 $h = fopen($filename, "w");
98 $h = fopen($scriptFile, "w");
H A Dfscanf_variation52.phpt19 "w+", "w+b", "w+t",
29 $file_handle = fopen($filename, "w");
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h187 int inv = 0, w = 64, s = 0xfff, xa, xb; in dasm_imm13() local
196 w = dasm_ffs(c) - xa; in dasm_imm13()
197 if (w == 32) m = 0x0000000100000001UL; in dasm_imm13()
198 else if (w == 16) m = 0x0001000100010001UL; in dasm_imm13()
199 else if (w == 8) m = 0x0101010101010101UL; in dasm_imm13()
200 else if (w == 4) m = 0x1111111111111111UL; in dasm_imm13()
201 else if (w == 2) m = 0x5555555555555555UL; in dasm_imm13()
203 s = (-2*w & 0x3f) - 1; in dasm_imm13()
211 return ((w - xb) << 6) | (s+w+xa-xb); in dasm_imm13()
213 return ((w - xa) << 6) | (s+xb-xa); in dasm_imm13()
/php-src/sapi/phpdbg/tests/
H A Dbug73927.phpt13 w $value
14 w $lower[]
/php-src/ext/standard/tests/filters/
H A Dbug22538.phpt18 $fp = fopen($path1, "w") or die("Cannot open $path1\n");
28 $fout = fopen($path2, "w") or die("Cannot open $path2\n");
/php-src/ext/zlib/tests/
H A Dgzopen_variation9.phpt9 $modes = array('r+', 'rf', 'w+' , 'e');
34 mode=w+
/php-src/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt46 $w = imagesx($im);
51 for ($x = 0; $x < $w; $x++) {

Completed in 32 milliseconds

12345678910>>...41