Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/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-7.4/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-7.4/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-7.4/ext/spl/tests/
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_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_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 …]
H A DSplFileObject_fputcsv_variation10.phpt25 "w+", "w+b", "w+t",
35 $fo = new SplFileObject($file, 'w');
105 -- file opened in w+ --
112 -- file opened in w+b --
119 -- file opened in w+t --
195 -- file opened in w+ --
203 -- file opened in w+b --
211 -- file opened in w+t --
285 -- file opened in w+ --
292 -- file opened in w+b --
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt35 "w+", "w+b", "w+t",
120 -- file opened in w+ --
127 -- file opened in w+b --
134 -- file opened in w+t --
204 -- file opened in w+ --
211 -- file opened in w+b --
218 -- file opened in w+t --
288 -- file opened in w+ --
372 -- file opened in w+ --
456 -- 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) {
H A Dbug79099.phpt5 $stream = fopen('php://memory', 'w+');
12 $stream = fopen('php://memory', 'w+');
19 $stream = fopen('php://memory', 'w+');
H A Dfputcsv_variation10.phpt30 "w+", "w+b", "w+t",
40 $file_handle = fopen($filename, "w");
114 -- file opened in w+ --
121 -- file opened in w+b --
128 -- file opened in w+t --
204 -- file opened in w+ --
212 -- file opened in w+b --
220 -- file opened in w+t --
294 -- file opened in w+ --
301 -- file opened in w+b --
[all …]
H A Dfputcsv_variation5.phpt35 "w+", "w+b", "w+t",
120 -- file opened in w+ --
127 -- file opened in w+b --
134 -- file opened in w+t --
204 -- file opened in w+ --
211 -- file opened in w+b --
218 -- file opened in w+t --
288 -- file opened in w+ --
372 -- file opened in w+ --
456 -- file opened in w+ --
[all …]
H A Dfputcsv_variation6.phpt38 "w+", "w+b", "w+t",
123 -- file opened in w+ --
130 -- file opened in w+b --
137 -- file opened in w+t --
207 -- file opened in w+ --
214 -- file opened in w+b --
221 -- file opened in w+t --
291 -- file opened in w+ --
375 -- file opened in w+ --
459 -- file opened in w+ --
[all …]
/PHP-7.4/ext/gd/tests/
H A Dbug60160.phpt9 $w = 3;
11 $im = imagecreatetruecolor($w, $h);
15 for ($ix = 0; $ix < $w; $ix++) {
/PHP-7.4/ext/pcre/tests/
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�����'));
H A Dbug76512.phpt2 Bug #76512 (\w no longer includes unicode characters)
5 var_dump(preg_match('/\w/u', 'ä'));
H A Dpreg_match_latin.phpt10 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'latin', $test1);
11 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'кириллица', $test2);
12 preg_match('/^[\w\s\-\']+$/u', 'latin', $test3);
H A Dpreg_replace_basic.phpt13 var_dump(preg_replace('<\b[hH]\w{2,4}>', 'Bonjour', $string)); //finds h or H at the beginning of a…
14 var_dump(preg_replace('<(\w)\s*-\s*(\w)>', '\\1. \\2', $string)); //finds dashes with an indefinite…
15 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>', '\\1 at \\2 dot \\3 dot \\4', 'jo…
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt238 0xD3: 0w==
242 0xD7: 1w==
246 0xDB: 2w==
250 0xDF: 3w==
254 0xE3: 4w==
258 0xE7: 5w==
262 0xEB: 6w==
266 0xEF: 7w==
270 0xF3: 8w==
274 0xF7: 9w==
[all …]
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug66322.phpt15 $w = new COM('Word.Application');
16 $doc = $w->Documents->Add();
21 $w->Quit();

Completed in 53 milliseconds

12345678910>>...39