Home
last modified time | relevance | path

Searched refs:w (Results 26 – 50 of 983) sorted by relevance

12345678910>>...40

/php-src/ext/standard/tests/file/
H A Dis_writable_variation2.phpt28 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
29 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
30 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
31 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
32 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "numeric", 0711, 1, "w", $name_prefix, 6);
34 create_files(__DIR__, 1, "text", 0114, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "numeric", 0244, 1, "w", $name_prefix, 8);
36 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
37 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
H A Dfwrite_basic-win32-mb.phpt16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
19 $file_modes = array( "w", "wb", "wt", "w+", "w+b", "w+t");
74 -- File opened in mode : w --
116 -- File opened in mode : w+ --
130 -- File opened in mode : w+b --
144 -- File opened in mode : w+t --
160 -- File opened in mode : w --
202 -- File opened in mode : w+ --
246 -- File opened in mode : w --
288 -- File opened in mode : w+ --
[all …]
H A Dfwrite_basic-win32.phpt16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
19 $file_modes = array( "w", "wb", "wt", "w+", "w+b", "w+t");
74 -- File opened in mode : w --
116 -- File opened in mode : w+ --
130 -- File opened in mode : w+b --
144 -- File opened in mode : w+t --
160 -- File opened in mode : w --
202 -- File opened in mode : w+ --
246 -- File opened in mode : w --
288 -- File opened in mode : w+ --
[all …]
H A Dfwrite_basic.phpt16 test fwrite with file opened in mode : w,wb,wt,w+,w+b,w+t
19 $file_modes = array( "w", "wb", "wt", "w+", "w+b", "w+t");
74 -- File opened in mode : w --
116 -- File opened in mode : w+ --
130 -- File opened in mode : w+b --
144 -- File opened in mode : w+t --
160 -- File opened in mode : w --
202 -- File opened in mode : w+ --
246 -- File opened in mode : w --
288 -- File opened in mode : 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_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 …]
/php-src/ext/mysqli/tests/
H A D072.phpt19 $w = $mysql->get_warnings();
21 var_dump($w->errno);
22 var_dump($w->message);
23 var_dump($w->sqlstate);
/php-src/ext/gd/libgd/
H A Dgd2time.c17 int x, y, w, h; in main() local
31 w = atoi (argv[5]); in main()
34 printf ("Extracting %d times from (%d, %d), size is %dx%d\n", c, x, y, w, h); in main()
46 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
H A Dgdparttopng.c15 int x, y, w, h; in main() local
31 w = atoi (argv[5]); in main()
34 printf ("Extracting from (%d, %d), size is %dx%d\n", x, y, w, h); in main()
36 im = gdImageCreateFromGd2Part (in, x, y, w, h); in main()
H A Dgdtestft.c11 #define MAX4(x,y,z,w) \ argument
12 ((MAX((x),(y))) > (MAX((z),(w))) ? (MAX((x),(y))) : (MAX((z),(w))))
13 #define MIN4(x,y,z,w) \ argument
14 ((MIN((x),(y))) < (MIN((z),(w))) ? (MIN((x),(y))) : (MIN((z),(w))))
/php-src/ext/phar/tests/
H A Dbug69279.phpt10 $w = new Phar(__DIR__ . "/bug69279.phar.zip");
11 $w["bug69279.txt"] = "Sample content.";
12 $w->compressFiles(Phar::GZ);
13 unset($w);
/php-src/ext/pcre/tests/
H A Dlocales.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
15 var_dump(preg_match('/^\w{6}$/', 'a�����'));
18 var_dump(preg_match('/^\w{6}$/', 'a�����'));
21 var_dump(preg_match('/^\w{6}$/', 'a�����'));
H A Dpreg_match_latin.phpt5 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'latin', $test1);
6 preg_match('/^[\w\p{Cyrillic}\s\-\']+$/u', 'кириллица', $test2);
7 preg_match('/^[\w\s\-\']+$/u', 'latin', $test3);
/php-src/ext/tidy/tests/
H A D024.phpt34 <wps:block>%w<wps:var>%w<wps:value></wps:value>%w</wps:var>%w</wps:block>
/php-src/ext/pgsql/tests/inc/
H A Dnonblocking.inc4 $r = [$stream]; $w = []; $e = [];
5 return (bool) stream_select($r, $w, $e, $timeout, 0);
8 $r = []; $w = [$stream]; $e = [];
9 return (bool) stream_select($r, $w, $e, $timeout, 0);
/php-src/Zend/tests/
H A Dbug68887.phpt5 fclose(fopen("php://temp","w+"));
7 fclose(fopen("php://temp","w+"));
9 fclose(fopen("php://temp","w+"));
/php-src/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);
/php-src/ext/spl/tests/SplFileObject/
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 …]

Completed in 41 milliseconds

12345678910>>...40