Home
last modified time | relevance | path

Searched refs:w (Results 151 – 175 of 910) sorted by relevance

12345678910>>...37

/PHP-5.5/ext/curl/tests/
H A Dcurl_reset.phpt13 $fp = fopen($log_file, 'w+');
17 $testfile_fp = fopen($test_file, 'w+');
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-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation16.phpt32 "w+", "w+b", "w+t",
40 $file_handle = fopen($filename, "w");
180 -- Testing fgetcsv() with file opened using w+ mode --
190 -- Testing fgetcsv() with file opened using w+b mode --
200 -- Testing fgetcsv() with file opened using w+t mode --
330 -- Testing fgetcsv() with file opened using w+ mode --
340 -- Testing fgetcsv() with file opened using w+b mode --
350 -- Testing fgetcsv() with file opened using w+t mode --
480 -- Testing fgetcsv() with file opened using w+ mode --
648 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation15.phpt30 "w+", "w+b", "w+t",
38 $file_handle = fopen($filename, "w");
176 -- Testing fgetcsv() with file opened using w+ mode --
186 -- Testing fgetcsv() with file opened using w+b mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
326 -- Testing fgetcsv() with file opened using w+ mode --
336 -- Testing fgetcsv() with file opened using w+b mode --
346 -- Testing fgetcsv() with file opened using w+t mode --
476 -- Testing fgetcsv() with file opened using w+ mode --
644 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfputcsv_variation13.phpt36 "w+", "w+b", "w+t",
133 -- file opened in w+ --
142 -- file opened in w+b --
151 -- file opened in w+t --
241 -- file opened in w+ --
250 -- file opened in w+b --
259 -- file opened in w+t --
349 -- file opened in w+ --
457 -- file opened in w+ --
565 -- file opened in w+ --
[all …]
H A Dglob_basic.phpt20 $fp = fopen("$dirname/wonder12345", "w");
22 $fp = fopen("$dirname/wonder.txt", "w");
24 $fp = fopen("$dirname/file.text", "w");
H A Dstat_variation8-win32.phpt27 $file_handle = fopen($filename, "w"); // temp file
34 $file_handle = fopen($filename, "w");
42 // opening file in r/w mode
H A Dfgetcsv_variation11.phpt35 "w+", "w+b", "w+t",
43 $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 Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
27 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
78 -- File opened in mode w --
126 -- File opened in mode w+ --
142 -- File opened in mode w+b --
158 -- File opened in mode w+t --
272 -- File opened in mode w --
320 -- File opened in mode w+ --
336 -- File opened in mode w+b --
352 -- 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.phpt21 "w+", "w+b", "w+t",
28 $file_handle = fopen($filename, "w");
142 -- Testing fgetcsv() with file opened using w+ mode --
150 -- Testing fgetcsv() with file opened using w+b mode --
158 -- 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.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 --
/PHP-5.5/ext/tidy/tests/
H A D024.phpt37 <wps:block>%w<wps:var>
38 <wps:value></wps:var>%w</wps:block>
/PHP-5.5/tests/lang/
H A Dbug21961.phpt32 function bar($w)
34 $this->name = $w;
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtok_variation3.phpt114 string(1) "w"
117 string(1) "w"
127 string(4) "123w"
140 string(1) "w"
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c98 int w; in mbfl_filt_put_invalid_char() local
99 w = c & MBFL_WCSGROUP_MASK; in mbfl_filt_put_invalid_char()
100 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_put_invalid_char()
103 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_put_invalid_char()
112 int s, c1, w = 0, flag = 0; in mbfl_filt_conv_utf8_wchar() local
/PHP-5.5/ext/standard/tests/array/
H A Dksort_object.phpt54 "w" => new String("w"), "py" => new String("py"),
157 ["w"]=>
160 string(1) "w"
235 ["w"]=>
238 string(1) "w"
H A Dkrsort_object.phpt53 "w" => new String("w"), "py" => new String("py"),
123 ["w"]=>
126 string(1) "w"
201 ["w"]=>
204 string(1) "w"
/PHP-5.5/ext/standard/tests/streams/
H A Dbug44818.phpt15 test("php://temp","w");
33 php://temp, w
/PHP-5.5/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…

Completed in 73 milliseconds

12345678910>>...37