Home
last modified time | relevance | path

Searched refs:w (Results 201 – 225 of 1026) sorted by relevance

12345678910>>...42

/PHP-7.2/ext/standard/tests/file/
H A Dunlink_basic.phpt13 $fp = fopen($filename, "w"); // create file
26 $fp = fopen($filename, "w"); // create file
H A Dfilesize_variation4.phpt26 echo "-- opening the file in 'w' mode and get the size --\n";
27 $file_handle = fopen($filename, "w");
71 fclose( fopen($filename, "w") );
77 fclose( fopen($filename, "w") );
92 -- opening the file in 'w' mode and get the size --
H A Dreadlink_realpath_basic2.phpt22 …handle1 = fopen("$file_path/readlink_realpath_basic2/home/test/readlink_realpath_basic2.tmp", "w");
23 $file_handle2 = fopen("$file_path/readlink_realpath_basic2/home/readlink_realpath_basic2.tmp", "w");
24 $file_handle3 = fopen("$file_path/readlink_realpath_basic2/readlink_realpath_basic2.tmp", "w");
H A Drealpath_basic-win32.phpt21 $file_handle1 = fopen("$file_path/realpath_basic/home/test/realpath_basic.tmp", "w");
22 $file_handle2 = fopen("$file_path/realpath_basic/home/realpath_basic.tmp", "w");
23 $file_handle3 = fopen("$file_path/realpath_basic/realpath_basic.tmp", "w");
H A Dfile_get_contents_basic.phpt21 create_files($file_path, 1, "text", 0755, 100, "w", "file", 1, "byte");
27 create_files($file_path, 1, "empty", 0755, 100, "w", "file", 1, "byte");
H A Dfopen_variation6.phpt17 $h = fopen($absfile, "w");
21 $h = fopen($relfile, "w");
H A Dftruncate_variation3-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 3);
123 -- Testing ftruncate() with file opening using w mode --
147 -- Testing ftruncate() with file opening using w+ mode --
155 -- Testing ftruncate() with file opening using w+b mode --
163 -- Testing ftruncate() with file opening using w+t mode --
317 -- Testing ftruncate() with file opening using w mode --
341 -- Testing ftruncate() with file opening using w+ mode --
349 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation3.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 3);
123 -- Testing ftruncate() with file opening using w mode --
147 -- Testing ftruncate() with file opening using w+ mode --
155 -- Testing ftruncate() with file opening using w+b mode --
163 -- Testing ftruncate() with file opening using w+t mode --
317 -- Testing ftruncate() with file opening using w mode --
341 -- Testing ftruncate() with file opening using w+ mode --
349 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation5-win32.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 5);
125 -- Testing ftruncate() with file opening using w mode --
149 -- Testing ftruncate() with file opening using w+ mode --
157 -- Testing ftruncate() with file opening using w+b mode --
165 -- Testing ftruncate() with file opening using w+t mode --
319 -- Testing ftruncate() with file opening using w mode --
343 -- Testing ftruncate() with file opening using w+ mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dftruncate_variation5.phpt23 "w", "wb", "wt", "w+", "w+b", "w+t",
37 if( strstr($file_modes[$mode_counter], "x") || strstr($file_modes[$mode_counter], "w") ) {
42 … create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "ftruncate_variation", 5);
125 -- Testing ftruncate() with file opening using w mode --
149 -- Testing ftruncate() with file opening using w+ mode --
157 -- Testing ftruncate() with file opening using w+b mode --
165 -- Testing ftruncate() with file opening using w+t mode --
319 -- Testing ftruncate() with file opening using w mode --
343 -- Testing ftruncate() with file opening using w+ mode --
351 -- Testing ftruncate() with file opening using w+b mode --
[all …]
H A Dfopen_variation5.phpt65 $h = fopen($secondFile, "w");
77 $h = fopen($firstFile, "w");
88 $h = fopen($filename, "w");
108 $h = fopen($scriptFile, "w");
H A Dfopen_variation8.phpt64 $h = fopen($secondFile, "w");
76 $h = fopen($firstFile, "w");
87 $h = fopen($filename, "w");
107 $h = fopen($scriptFile, "w");
H A Dfgetcsv_variation27.phpt37 "w+", "w+b", "w+t",
45 $file_handle = fopen($filename, "w");
159 -- Testing fgetcsv() with file opened using w+ mode --
166 -- Testing fgetcsv() with file opened using w+b mode --
173 -- Testing fgetcsv() with file opened using w+t mode --
264 -- Testing fgetcsv() with file opened using w+ mode --
271 -- Testing fgetcsv() with file opened using w+b mode --
278 -- Testing fgetcsv() with file opened using w+t mode --
369 -- Testing fgetcsv() with file opened using w+ mode --
474 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation28.phpt37 "w+", "w+b", "w+t",
45 $file_handle = fopen($filename, "w");
159 -- Testing fgetcsv() with file opened using w+ mode --
166 -- Testing fgetcsv() with file opened using w+b mode --
173 -- Testing fgetcsv() with file opened using w+t mode --
264 -- Testing fgetcsv() with file opened using w+ mode --
271 -- Testing fgetcsv() with file opened using w+b mode --
278 -- Testing fgetcsv() with file opened using w+t mode --
369 -- Testing fgetcsv() with file opened using w+ mode --
474 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation3.phpt34 "w+", "w+b", "w+t",
42 $file_handle = fopen($filename, "w");
157 -- Testing fgetcsv() with file opened using w+ mode --
164 -- Testing fgetcsv() with file opened using w+b mode --
171 -- Testing fgetcsv() with file opened using w+t mode --
262 -- Testing fgetcsv() with file opened using w+ mode --
269 -- Testing fgetcsv() with file opened using w+b mode --
276 -- Testing fgetcsv() with file opened using w+t mode --
367 -- Testing fgetcsv() with file opened using w+ mode --
472 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation25.phpt37 "w+", "w+b", "w+t",
45 $file_handle = fopen($filename, "w");
159 -- Testing fgetcsv() with file opened using w+ mode --
166 -- Testing fgetcsv() with file opened using w+b mode --
173 -- Testing fgetcsv() with file opened using w+t mode --
264 -- Testing fgetcsv() with file opened using w+ mode --
271 -- Testing fgetcsv() with file opened using w+b mode --
278 -- Testing fgetcsv() with file opened using w+t mode --
369 -- Testing fgetcsv() with file opened using w+ mode --
474 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation4.phpt34 "w+", "w+b", "w+t",
42 $file_handle = fopen($filename, "w");
156 -- Testing fgetcsv() with file opened using w+ mode --
163 -- Testing fgetcsv() with file opened using w+b mode --
170 -- Testing fgetcsv() with file opened using w+t mode --
261 -- Testing fgetcsv() with file opened using w+ mode --
268 -- Testing fgetcsv() with file opened using w+b mode --
275 -- Testing fgetcsv() with file opened using w+t mode --
366 -- Testing fgetcsv() with file opened using w+ mode --
471 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
/PHP-7.2/ext/standard/tests/filters/
H A Dbug22538.phpt18 $fp = fopen($path1, "w") or die("Can not open $path1\n");
28 $fout = fopen($path2, "w") or die("Can not open $path2\n");
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h397 #define SLJIT_W(w) (w##l) argument
399 #define SLJIT_W(w) (w##ll) argument
401 #define SLJIT_W(w) (w) argument
/PHP-7.2/ext/gd/tests/
H A Dimagettftext_charmap_order.phpt45 $w = imagesx($im);
50 for ($x = 0; $x < $w; $x++) {
/PHP-7.2/ext/standard/tests/array/
H A Darray_replace.phpt44 echo " -- Testing array_replace_recursive() w/ endless recusrsion --\n";
109 -- Testing array_replace_recursive() w/ endless recusrsion --
/PHP-7.2/Zend/tests/
H A Dbug48693.phpt22 $w = create_function('', 'return 3;');
29 $w()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput2517 /a|ba|\w/I
826 /x*+\w/DZ
1728 /a*\w/BZ
1732 /=*\w/BZ
1800 /\w*a/BZ
1802 /\w*2/BZ
1812 /\w*\w/BZ
2209 /\w{3,}\h\w+\v/BZ
2878w\W\s\d][^<>]{0,})><TD([\w\W\s\d][^<>]{0,})>([\d]{0,}\.)(.*)((<BR>([\w\W\s\d][^<>]{0,})|[\s]{0,}))…
3884 /\w+\D \w+\d \w+\S \w+\s \w+\W \w+\w \w+. \w+\C \w+\R \w+\H \w+\h \w+\V \w+\v \w+\Z \w+\z \w+$/BZx
[all …]
/PHP-7.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf8.c98 int w; in mbfl_filt_put_invalid_char() local
99 w = c & MBFL_WCSGROUP_MASK; in mbfl_filt_put_invalid_char()
100 w |= MBFL_WCSGROUP_THROUGH; in mbfl_filt_put_invalid_char()
103 CK((*filter->output_function)(w, filter->data)); in mbfl_filt_put_invalid_char()
/PHP-7.2/ext/pgsql/tests/
H A D05large_object.phpt16 $handle = pg_lo_open ($db, $oid, "w");
24 $handle = pg_lo_open ($db, $oid, "w");
33 $handle = pg_lo_open ($db, $oid, "w");

Completed in 82 milliseconds

12345678910>>...42