Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-5.3/ext/standard/tests/file/
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_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 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 Dfflush_variation2.phpt21 $file_modes = array("w", "wb", "wt", "w+", "w+b", "w+t",
71 -- link opened in w mode --
86 -- link opened in w+ mode --
91 -- link opened in w+b mode --
96 -- link opened in w+t mode --
132 -- link opened in w mode --
147 -- link opened in w+ mode --
193 -- link opened in w mode --
208 -- link opened in w+ mode --
254 -- link opened in w mode --
[all …]
H A Dphp_fd_wrapper_03.phpt5 fopen("php://fd", "w");
6 fopen("php://fd/", "w");
7 fopen("php://fd/-2", "w");
8 fopen("php://fd/1/", "w");
H A Dfseek_ftell_rewind_variation4-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
28 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
73 -- File opened in mode w --
124 -- File opened in mode w+ --
141 -- File opened in mode w+b --
158 -- File opened in mode w+t --
279 -- File opened in mode w --
330 -- File opened in mode w+ --
347 -- File opened in mode w+b --
[all …]
H A Dfseek_ftell_rewind_variation4.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w and x modes, SEEK_SET
28 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all w and x modes ***
73 -- File opened in mode w --
124 -- File opened in mode w+ --
141 -- File opened in mode w+b --
158 -- File opened in mode w+t --
279 -- File opened in mode w --
330 -- File opened in mode w+ --
347 -- File opened in mode w+b --
[all …]
H A Dfseek_ftell_rewind_variation6-win32.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
29 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
73 -- File opened in mode w --
124 -- File opened in mode w+ --
141 -- File opened in mode w+b --
158 -- File opened in mode w+t --
279 -- File opened in mode w --
330 -- File opened in mode w+ --
347 -- File opened in mode w+b --
[all …]
H A Dfseek_ftell_rewind_variation6.phpt2 Test fseek(), ftell() & rewind() functions : usage variations - all w & x modes, SEEK_CUR
29 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
70 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all w and x modes ***
73 -- File opened in mode w --
124 -- File opened in mode w+ --
141 -- File opened in mode w+b --
158 -- File opened in mode w+t --
279 -- File opened in mode w --
330 -- File opened in mode w+ --
347 -- File opened in mode w+b --
[all …]
/PHP-5.3/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-5.3/ext/gd/tests/
H A Dbug60160.phpt9 $w = 3;
11 $im = imagecreatetruecolor($w, $h);
15 for ($ix = 0; $ix < $w; $ix++) {
H A Dbug51263.phpt12 $w = 23;
14 $img = imagecreatetruecolor($w, $h);
16 imagefilledrectangle($img, 0, 0, $w-1, $h-1, $blk);
/PHP-5.3/ext/pcre/tests/
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 indefinate…
15 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>', '\\1 at \\2 dot \\3 dot \\4', 'jo…
H A Dpreg_replace_edit_basic.phpt23 var_dump(preg_replace('<\b[hH]\w{2,4}>',
26 var_dump(preg_replace('<(\w)\s*-\s*(\w)>',
29 var_dump(preg_replace('<(^[a-z]\w+)@(\w+)\.(\w+)\.([a-z]{2,}$)>',
H A Dlocales.phpt17 var_dump(preg_match('/^\w{6}$/', 'a�����'));
20 var_dump(preg_match('/^\w{6}$/', 'a�����'));
23 var_dump(preg_match('/^\w{6}$/', 'a�����'));
H A Dbug27011.phpt6 var_dump(preg_match_all('|(\w+)://([^\s"<]*[\w+#?/&=])|', "This is a text string", $matches, PREG_S…
/PHP-5.3/ext/gd/libgd/
H A Dgd_io.h26 void Putword(int w, gdIOCtx *ctx);
31 void gdPutWord(int w, gdIOCtx *ctx);
32 void gdPutInt(int w, gdIOCtx *ctx);
/PHP-5.3/ext/standard/tests/array/
H A Dbug24980.phpt26 function rsum($v, $w)
28 $v += $w;
31 function rmul($v, $w)
33 $v *= $w;
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c217 unsigned char *w; in mbfl_memory_device_strcat() local
239 w = &device->buffer[device->pos]; in mbfl_memory_device_strcat()
242 *w++ = *p++; in mbfl_memory_device_strcat()
252 unsigned char *w; in mbfl_memory_device_strncat() local
265 w = &device->buffer[device->pos]; in mbfl_memory_device_strncat()
268 *w++ = *psrc++; in mbfl_memory_device_strncat()
279 unsigned char *p, *w; in mbfl_memory_device_devcat() local
293 w = &dest->buffer[dest->pos]; in mbfl_memory_device_devcat()
297 *w++ = *p++; in mbfl_memory_device_devcat()
/PHP-5.3/sapi/cgi/tests/
H A D003.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-5.3/ext/zlib/tests/
H A Dgzopen_basic2.phpt22 $modes = array('w', 'w+');
46 testing mode -- w --
48 testing mode -- w+ --
/PHP-5.3/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation2.phpt8 $fp = fopen($filename, "w+");
51 string(2) "w+"
76 string(2) "w+"
99 string(2) "w+"
122 string(2) "w+"
/PHP-5.3/ext/bz2/tests/
H A D001.phpt11 var_dump(bzopen("", "w"));
25 Warning: bzopen(): '' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on li…
34 Warning: bzopen(): 'x' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on l…
37 Warning: bzopen(): 'rw' is not a valid mode for bzopen(). Only 'w' and 'r' are supported. in %s on …

Completed in 30 milliseconds

12345678910>>...34