Home
last modified time | relevance | path

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

12345678910>>...38

/PHP-8.0/ext/standard/tests/file/
H A Dftruncate_variation1-win32-mb.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_variation1私はガラスを食べられます");
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_variation1-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");
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_variation1.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");
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_variation7-win32.phpt19 "w", "wb", "wt", "w+", "w+b", "w+t",
33 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
38 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 7);
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_variation7.phpt19 "w", "wb", "wt", "w+", "w+b", "w+t",
33 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
38 create_files ( __DIR__, 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 7);
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 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_variation19.phpt28 "w+", "w+b", "w+t",
36 $file_handle = fopen($filename, "w");
136 -- Testing fgetcsv() with file opened using w+ mode --
141 -- Testing fgetcsv() with file opened using w+b mode --
146 -- Testing fgetcsv() with file opened using w+t mode --
211 -- Testing fgetcsv() with file opened using w+ mode --
216 -- Testing fgetcsv() with file opened using w+b mode --
221 -- Testing fgetcsv() with file opened using w+t mode --
286 -- Testing fgetcsv() with file opened using w+ mode --
361 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dunlink_basic.phpt10 $fp = fopen($filename, "w"); // create file
23 $fp = fopen($filename, "w"); // create file
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 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 Dfilesize_variation4.phpt20 echo "-- opening the file in 'w' mode and get the size --\n";
21 $file_handle = fopen($filename, "w");
65 fclose( fopen($filename, "w") );
71 fclose( fopen($filename, "w") );
86 -- opening the file in 'w' mode and get the size --
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 Dlstat_stat_variation7.phpt11 $fp = fopen($file_name, "w"); // temp file
16 $fh = fopen($file_name,"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 Dfopen_variation5.phpt56 $h = fopen($secondFile, "w");
68 $h = fopen($firstFile, "w");
79 $h = fopen($filename, "w");
99 $h = fopen($scriptFile, "w");
H A Dfscanf_variation52.phpt19 "w+", "w+b", "w+t",
29 $file_handle = fopen($filename, "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 …]
/PHP-8.0/sapi/phpdbg/tests/
H A Dbug73927.phpt13 w $value
14 w $lower[]
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt8 $fp = fopen('File://' . $filename, 'w+');
42 string(2) "w+"
/PHP-8.0/ext/standard/tests/filters/
H A Dbug22538.phpt18 $fp = fopen($path1, "w") or die("Can not open $path1\n");
28 $fout = fopen($path2, "w") or die("Can not open $path2\n");

Completed in 45 milliseconds

12345678910>>...38