Home
last modified time | relevance | path

Searched refs:w (Results 51 – 75 of 938) sorted by relevance

12345678910>>...38

/PHP-8.0/ext/tidy/tests/
H A D024.phpt37 <wps:block>%w<wps:var>%w<wps:value></wps:value>%w</wps:var>%w</wps:block>
/PHP-8.0/ext/standard/tests/streams/
H A Dbug64770.phpt8 1 => array('pipe', 'w'), // stdout
9 2 => array('pipe', 'w'), // strerr
21 $w = $e = NULL;
22 $n = stream_select($pipes, $w, $e, 300);
H A Dbug60602.phpt8 1 => array('pipe', 'w'), // stdout
9 2 => array('pipe', 'w'), // strerr
21 $w = $e = NULL;
22 $n = stream_select($pipes, $w, $e, 300);
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_jis.c121 int c1, s, w; in mbfl_filt_conv_jis_wchar() local
168 w = 0; in mbfl_filt_conv_jis_wchar()
170 if (w <= 0) { in mbfl_filt_conv_jis_wchar()
171 w = (c1 << 8) | c; in mbfl_filt_conv_jis_wchar()
172 w &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_jis_wchar()
179 w = 0; in mbfl_filt_conv_jis_wchar()
181 if (w <= 0) { in mbfl_filt_conv_jis_wchar()
182 w = (c1 << 8) | c; in mbfl_filt_conv_jis_wchar()
183 w &= MBFL_WCSPLANE_MASK; in mbfl_filt_conv_jis_wchar()
193 w = (c1 << 8) | c; in mbfl_filt_conv_jis_wchar()
[all …]
/PHP-8.0/sapi/cli/tests/
H A D007.phpt2 strip comments and whitespace with -w
35 var_dump(`$php -n -w "$filename"`);
36 var_dump(`$php -n -w "wrong"`);
37 …ump(`echo "<?php /* comment */ class test {\n // comment \n function foo() {} } ?>" | $php -n -w`);
/PHP-8.0/tests/classes/
H A Diterators_004.phpt12 foreach($obj as $w) {
13 echo "object:$w\n";
48 foreach($obj as $v => $w) {
49 echo "object:$v=>$w\n";
/PHP-8.0/ext/gd/tests/
H A Dbug60160.phpt9 $w = 3;
11 $im = imagecreatetruecolor($w, $h);
15 for ($ix = 0; $ix < $w; $ix++) {
/PHP-8.0/ext/standard/tests/file/
H A Dfputcsv_variation12.phpt31 "w+", "w+b", "w+t",
116 -- file opened in w+ --
123 -- file opened in w+b --
130 -- file opened in w+t --
200 -- file opened in w+ --
207 -- file opened in w+b --
214 -- file opened in w+t --
284 -- file opened in w+ --
368 -- file opened in w+ --
452 -- file opened in w+ --
[all …]
H A Dfputcsv_variation6.phpt33 "w+", "w+b", "w+t",
118 -- file opened in w+ --
125 -- file opened in w+b --
132 -- file opened in w+t --
202 -- file opened in w+ --
209 -- file opened in w+b --
216 -- file opened in w+t --
286 -- file opened in w+ --
370 -- file opened in w+ --
454 -- file opened in w+ --
[all …]
H A Dfputcsv_variation1.phpt30 "w+", "w+b", "w+t",
115 -- file opened in w+ --
122 -- file opened in w+b --
129 -- file opened in w+t --
199 -- file opened in w+ --
206 -- file opened in w+b --
213 -- file opened in w+t --
283 -- file opened in w+ --
367 -- file opened in w+ --
451 -- file opened in w+ --
[all …]
H A Dfputcsv_variation11.phpt30 "w+", "w+b", "w+t",
115 -- file opened in w+ --
122 -- file opened in w+b --
129 -- file opened in w+t --
199 -- file opened in w+ --
206 -- file opened in w+b --
213 -- file opened in w+t --
283 -- file opened in w+ --
367 -- file opened in w+ --
451 -- file opened in w+ --
[all …]
H A Dfputcsv_variation5.phpt30 "w+", "w+b", "w+t",
115 -- file opened in w+ --
122 -- file opened in w+b --
129 -- file opened in w+t --
199 -- file opened in w+ --
206 -- file opened in w+b --
213 -- file opened in w+t --
283 -- file opened in w+ --
367 -- file opened in w+ --
451 -- file opened in w+ --
[all …]
H A Dbug60120.phpt20 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
37 $w = $writePipes;
39 $n = stream_select($r, $w, $e, 60);
47 if ($w) {
/PHP-8.0/ext/spl/tests/
H A DSplFileObject_fputcsv_variation11.phpt31 "w+", "w+b", "w+t",
112 -- file opened in w+ --
119 -- file opened in w+b --
126 -- file opened in w+t --
196 -- file opened in w+ --
203 -- file opened in w+b --
210 -- file opened in w+t --
280 -- file opened in w+ --
364 -- file opened in w+ --
448 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation12.phpt32 "w+", "w+b", "w+t",
113 -- file opened in w+ --
120 -- file opened in w+b --
127 -- file opened in w+t --
197 -- file opened in w+ --
204 -- file opened in w+b --
211 -- file opened in w+t --
281 -- file opened in w+ --
365 -- file opened in w+ --
449 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation5.phpt31 "w+", "w+b", "w+t",
112 -- file opened in w+ --
119 -- file opened in w+b --
126 -- file opened in w+t --
196 -- file opened in w+ --
203 -- file opened in w+b --
210 -- file opened in w+t --
280 -- file opened in w+ --
364 -- file opened in w+ --
448 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation6.phpt34 "w+", "w+b", "w+t",
115 -- file opened in w+ --
122 -- file opened in w+b --
129 -- file opened in w+t --
199 -- file opened in w+ --
206 -- file opened in w+b --
213 -- file opened in w+t --
283 -- file opened in w+ --
367 -- file opened in w+ --
451 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation1.phpt31 "w+", "w+b", "w+t",
112 -- file opened in w+ --
119 -- file opened in w+b --
126 -- file opened in w+t --
196 -- file opened in w+ --
203 -- file opened in w+b --
210 -- file opened in w+t --
280 -- file opened in w+ --
364 -- file opened in w+ --
448 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation7.phpt34 "w+", "w+b", "w+t",
115 -- file opened in w+ --
122 -- file opened in w+b --
129 -- file opened in w+t --
199 -- file opened in w+ --
206 -- file opened in w+b --
213 -- file opened in w+t --
283 -- file opened in w+ --
367 -- file opened in w+ --
451 -- file opened in w+ --
[all …]
H A DSplFileObject_fputcsv_variation8.phpt34 "w+", "w+b", "w+t",
115 -- file opened in w+ --
122 -- file opened in w+b --
129 -- file opened in w+t --
199 -- file opened in w+ --
206 -- file opened in w+b --
213 -- file opened in w+t --
283 -- file opened in w+ --
367 -- file opened in w+ --
451 -- file opened in w+ --
[all …]
/PHP-8.0/ext/pcre/tests/
H A Dbug76512.phpt2 Bug #76512 (\w no longer includes unicode characters)
5 var_dump(preg_match('/\w/u', 'ä'));
H A Dpreg_replace_edit_basic.phpt17 var_dump(preg_replace('<\b[hH]\w{2,4}>',
20 var_dump(preg_replace('<(\w)\s*-\s*(\w)>',
23 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>',
H A Dpreg_replace_basic.phpt12 var_dump(preg_replace('<\b[hH]\w{2,4}>', 'Bonjour', $string)); //finds h or H at the beginning of a…
13 var_dump(preg_replace('<(\w)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinite…
14 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>', '\\1 at \\2 dot \\3 dot \\4', 'jo…
H A Dlocales.phpt16 var_dump(preg_match('/^\w{6}$/', 'a�����'));
19 var_dump(preg_match('/^\w{6}$/', 'a�����'));
22 var_dump(preg_match('/^\w{6}$/', 'a�����'));
/PHP-8.0/ext/zlib/tests/
H A Dgzopen_basic2.phpt16 $modes = array('w', 'w+');
39 testing mode -- w --
41 testing mode -- w+ --

Completed in 55 milliseconds

12345678910>>...38