Home
last modified time | relevance | path

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

12345678910>>...38

/PHP-7.0/ext/spl/tests/
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_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_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.0/ext/wddx/tests/
H A Dbug73065.phpt14 <!DOCTYPE et SYSTEM 'w'>
31 <!DOCTYPE et SYSTEM 'w'>
43 <!DOCTYPE et SYSTEM 'w'>
55 <!DOCTYPE et SYSTEM 'w'>
67 <!DOCTYPE et SYSTEM 'w'>
/PHP-7.0/ext/standard/tests/streams/
H A Dproc_open_bug60120.phpt12 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
30 $w = $writePipes;
32 $n = stream_select($r, $w, $e, 60);
40 if ($w) {
H A Dproc_open_bug64438.phpt13 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
30 $w = $writePipes;
32 $n = stream_select($r, $w, $e, 60);
40 if ($w) {
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);
/PHP-7.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-7.0/tests/classes/
H A Diterators_004.phpt14 foreach($obj as $w) {
15 echo "object:$w\n";
50 foreach($obj as $v => $w) {
51 echo "object:$v=>$w\n";
/PHP-7.0/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.0/ext/standard/tests/file/
H A Dbug60120.phpt23 $descriptors = array(array('pipe', 'r'), array('pipe', 'w'), array('pipe', 'w'));
41 $w = $writePipes;
43 $n = stream_select($r, $w, $e, 60);
51 if ($w) {
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 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 …]
H A Dfputcsv_variation7.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 …]
H A Dfputcsv_variation8.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 …]
H A Dfputcsv_variation11.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_variation12.phpt36 "w+", "w+b", "w+t",
121 -- file opened in w+ --
128 -- file opened in w+b --
135 -- file opened in w+t --
205 -- file opened in w+ --
212 -- file opened in w+b --
219 -- file opened in w+t --
289 -- file opened in w+ --
373 -- file opened in w+ --
457 -- file opened in w+ --
[all …]
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 …]
/PHP-7.0/ext/gd/tests/
H A Dbug60160.phpt9 $w = 3;
11 $im = imagecreatetruecolor($w, $h);
15 for ($ix = 0; $ix < $w; $ix++) {

Completed in 108 milliseconds

12345678910>>...38