Home
last modified time | relevance | path

Searched refs:w (Results 176 – 200 of 1027) sorted by relevance

12345678910>>...42

/PHP-7.1/ext/standard/tests/streams/
H A Dbug44818.phpt15 test("php://temp","w");
33 php://temp, w
/PHP-7.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
77 -- File opened in mode w --
125 -- File opened in mode w+ --
141 -- File opened in mode w+b --
157 -- File opened in mode w+t --
271 -- File opened in mode w --
319 -- File opened in mode w+ --
335 -- File opened in mode w+b --
351 -- File opened in mode w+t --
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
77 -- File opened in mode w --
125 -- File opened in mode w+ --
141 -- File opened in mode w+b --
157 -- File opened in mode w+t --
271 -- File opened in mode w --
319 -- File opened in mode w+ --
335 -- File opened in mode w+b --
351 -- File opened in mode w+t --
H A Dfseek_ftell_rewind_basic2.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
77 -- File opened in mode w --
125 -- File opened in mode w+ --
141 -- File opened in mode w+b --
157 -- File opened in mode w+t --
271 -- File opened in mode w --
319 -- File opened in mode w+ --
335 -- File opened in mode w+b --
351 -- File opened in mode w+t --
H A Dfgetcsv_variation13.phpt20 "w+", "w+b", "w+t",
27 $file_handle = fopen($filename, "w");
141 -- Testing fgetcsv() with file opened using w+ mode --
149 -- Testing fgetcsv() with file opened using w+b mode --
157 -- Testing fgetcsv() with file opened using w+t mode --
H A Dfgetcsv_variation20.phpt22 "w+", "w+b", "w+t",
29 $file_handle = fopen($filename, "w");
144 -- Testing fgetcsv() with file opened using w+ mode --
152 -- Testing fgetcsv() with file opened using w+b mode --
160 -- Testing fgetcsv() with file opened using w+t mode --
H A Dftruncate_variation1-win32-mb.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 …create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation1私はガラスを…
123 -- Testing ftruncate() with file opening using w mode --
147 -- Testing ftruncate() with file opening using w+ mode --
155 -- Testing ftruncate() with file opening using w+b mode --
163 -- Testing ftruncate() with file opening using w+t mode --
317 -- Testing ftruncate() with file opening using w mode --
341 -- Testing ftruncate() with file opening using w+ mode --
349 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation1-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation");
123 -- Testing ftruncate() with file opening using w mode --
147 -- Testing ftruncate() with file opening using w+ mode --
155 -- Testing ftruncate() with file opening using w+b mode --
163 -- Testing ftruncate() with file opening using w+t mode --
317 -- Testing ftruncate() with file opening using w mode --
341 -- Testing ftruncate() with file opening using w+ mode --
349 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation1.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation");
123 -- Testing ftruncate() with file opening using w mode --
147 -- Testing ftruncate() with file opening using w+ mode --
155 -- Testing ftruncate() with file opening using w+b mode --
163 -- Testing ftruncate() with file opening using w+t mode --
317 -- Testing ftruncate() with file opening using w mode --
341 -- Testing ftruncate() with file opening using w+ mode --
349 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dfgetcsv_variation10.phpt34 "w+", "w+b", "w+t",
42 $file_handle = fopen($filename, "w");
186 -- Testing fgetcsv() with file opened using w+ mode --
196 -- Testing fgetcsv() with file opened using w+b mode --
206 -- Testing fgetcsv() with file opened using w+t mode --
336 -- Testing fgetcsv() with file opened using w+ mode --
346 -- Testing fgetcsv() with file opened using w+b mode --
356 -- Testing fgetcsv() with file opened using w+t mode --
486 -- Testing fgetcsv() with file opened using w+ mode --
636 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetc_variation4.phpt18 "w+", "w+b", "w+t" );
212 -- File opened in mode : w+ --
238 -- File opened in mode : w+b --
264 -- File opened in mode : w+t --
H A Dfilesize_variation4-win32.phpt24 echo "-- opening the file in 'w' mode and get the size --\n";
25 $file_handle = fopen($filename, "w");
69 fclose( fopen($filename, "w") );
75 fclose( fopen($filename, "w") );
90 -- opening the file in 'w' mode and get the size --
H A Dftruncate_variation2-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 2);
124 -- Testing ftruncate() with file opening using w mode --
148 -- Testing ftruncate() with file opening using w+ mode --
156 -- Testing ftruncate() with file opening using w+b mode --
164 -- Testing ftruncate() with file opening using w+t mode --
318 -- Testing ftruncate() with file opening using w mode --
342 -- Testing ftruncate() with file opening using w+ mode --
350 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation2.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 2);
124 -- Testing ftruncate() with file opening using w mode --
148 -- Testing ftruncate() with file opening using w+ mode --
156 -- Testing ftruncate() with file opening using w+b mode --
164 -- Testing ftruncate() with file opening using w+t mode --
318 -- Testing ftruncate() with file opening using w mode --
342 -- Testing ftruncate() with file opening using w+ mode --
350 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation7-win32.phpt24 "w", "wb", "wt", "w+", "w+b", "w+t",
38 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
43 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 7);
125 -- Testing ftruncate() with file opening using w mode --
149 -- Testing ftruncate() with file opening using w+ mode --
157 -- Testing ftruncate() with file opening using w+b mode --
165 -- Testing ftruncate() with file opening using w+t mode --
319 -- Testing ftruncate() with file opening using w mode --
343 -- Testing ftruncate() with file opening using w+ mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation7.phpt24 "w", "wb", "wt", "w+", "w+b", "w+t",
38 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
43 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 7);
125 -- Testing ftruncate() with file opening using w mode --
149 -- Testing ftruncate() with file opening using w+ mode --
157 -- Testing ftruncate() with file opening using w+b mode --
165 -- Testing ftruncate() with file opening using w+t mode --
319 -- Testing ftruncate() with file opening using w mode --
343 -- Testing ftruncate() with file opening using w+ mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Drealpath_basic3.phpt15 $file_handle1 = fopen("$file_path/realpath_basic/home/test/realpath_basic.tmp", "w");
16 $file_handle2 = fopen("$file_path/realpath_basic/home/realpath_basic.tmp", "w");
17 $file_handle3 = fopen("$file_path/realpath_basic/realpath_basic.tmp", "w");
H A Dfscanf_variation52.phpt24 "w+", "w+b", "w+t",
34 $file_handle = fopen($filename, "w");
/PHP-7.1/ext/curl/tests/
H A Dcurl_write_file.phpt16 $fp = fopen($log_file, 'w+');
20 $testfile_fp = fopen($test_file, 'w+');
H A Dcurl_setopt_basic002.phpt19 $handle = fopen($temp_file, 'w');
34 $handle = fopen($temp_file, 'w');
/PHP-7.1/sapi/cli/tests/
H A D023.phpt26 1 => array("pipe", "w"),
27 2 => array("pipe", "w"),
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput1127 /^((a+)(?U)([ab]+)(?-U)([bc]+)(\w*))/BM
29 …vrK\:ZH1\=2M\>iV\;\?aPhFB\<\*vW\@QW\@sO9\}cfZA\-i\'w\%hKd6gt1UJP\,15_\#QY\$M\^Mss_U\/\]\&LK9\[5vQu…
31 …vrK\:ZH1\=2M\>iV\;\?aPhFB\<\*vW\@QW\@sO9\}cfZA\-i\'w\%hKd6gt1UJP\,15_\#QY\$M\^Mss_U\/\]\&LK9\[5vQu…
/PHP-7.1/ext/zlib/tests/
H A Dgzopen_variation6.phpt21 $h = gzopen($absfile, "w");
25 $h = gzopen($relfile, "w");
/PHP-7.1/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt16 var_dump(bin2hex(convert_cyr_string($str, 'w', 'k')));
17 var_dump(bin2hex(convert_cyr_string($str, 'w', 'i')));
24 echo "$i: " . bin2hex(convert_cyr_string($str, 'w', 'k')) . "\n";
/PHP-7.1/ext/standard/tests/array/
H A Darray_reduce_variation1.phpt18 function threeArgs($v, $w, $x) {
19 return $v + $w + $x;

Completed in 34 milliseconds

12345678910>>...42