Home
last modified time | relevance | path

Searched refs:w (Results 151 – 175 of 950) sorted by relevance

12345678910>>...38

/PHP-7.0/ext/standard/tests/file/
H A Dfgetcsv_variation14.phpt20 "w+", "w+b", "w+t",
27 $file_handle = fopen($filename, "w");
174 -- Testing fgetcsv() with file opened using w+ mode --
185 -- Testing fgetcsv() with file opened using w+b mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
H A Dglob_basic.phpt20 $fp = fopen("$dirname/wonder12345", "w");
22 $fp = fopen("$dirname/wonder.txt", "w");
24 $fp = fopen("$dirname/file.text", "w");
H A Dstat_variation8-win32.phpt27 $file_handle = fopen($filename, "w"); // temp file
34 $file_handle = fopen($filename, "w");
42 // opening file in r/w mode
H A Dfgetcsv_variation15.phpt30 "w+", "w+b", "w+t",
38 $file_handle = fopen($filename, "w");
176 -- Testing fgetcsv() with file opened using w+ mode --
186 -- Testing fgetcsv() with file opened using w+b mode --
196 -- Testing fgetcsv() with file opened using w+t mode --
326 -- Testing fgetcsv() with file opened using w+ mode --
336 -- Testing fgetcsv() with file opened using w+b mode --
346 -- Testing fgetcsv() with file opened using w+t mode --
476 -- Testing fgetcsv() with file opened using w+ mode --
644 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation16.phpt32 "w+", "w+b", "w+t",
40 $file_handle = fopen($filename, "w");
180 -- Testing fgetcsv() with file opened using w+ mode --
190 -- Testing fgetcsv() with file opened using w+b mode --
200 -- Testing fgetcsv() with file opened using w+t mode --
330 -- Testing fgetcsv() with file opened using w+ mode --
340 -- Testing fgetcsv() with file opened using w+b mode --
350 -- Testing fgetcsv() with file opened using w+t mode --
480 -- Testing fgetcsv() with file opened using w+ mode --
648 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfputcsv_variation13.phpt36 "w+", "w+b", "w+t",
133 -- file opened in w+ --
142 -- file opened in w+b --
151 -- file opened in w+t --
241 -- file opened in w+ --
250 -- file opened in w+b --
259 -- file opened in w+t --
349 -- file opened in w+ --
457 -- file opened in w+ --
565 -- file opened in w+ --
[all …]
H A Dfgetcsv_variation11.phpt35 "w+", "w+b", "w+t",
43 $file_handle = fopen($filename, "w");
186 -- Testing fgetcsv() with file opened using w+ mode --
196 -- Testing fgetcsv() with file opened using w+b mode --
206 -- Testing fgetcsv() with file opened using w+t mode --
336 -- Testing fgetcsv() with file opened using w+ mode --
346 -- Testing fgetcsv() with file opened using w+b mode --
356 -- Testing fgetcsv() with file opened using w+t mode --
486 -- Testing fgetcsv() with file opened using w+ mode --
636 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfseek_ftell_rewind_basic2-win32.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
27 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
78 -- File opened in mode w --
126 -- File opened in mode w+ --
142 -- File opened in mode w+b --
158 -- File opened in mode w+t --
272 -- File opened in mode w --
320 -- File opened in mode w+ --
336 -- File opened in mode w+b --
352 -- File opened in mode w+t --
H A Dfseek_ftell_rewind_basic2.phpt2 Test fseek(), ftell() & rewind() functions : basic functionality - all w and x modes
26 $file_modes = array( "w","wb","wt","w+","w+b","w+t",
77 -- File opened in mode w --
125 -- File opened in mode w+ --
141 -- File opened in mode w+b --
157 -- File opened in mode w+t --
271 -- File opened in mode w --
319 -- File opened in mode w+ --
335 -- File opened in mode w+b --
351 -- File opened in mode w+t --
H A Dfgetcsv_variation13.phpt21 "w+", "w+b", "w+t",
28 $file_handle = fopen($filename, "w");
142 -- Testing fgetcsv() with file opened using w+ mode --
150 -- Testing fgetcsv() with file opened using w+b mode --
158 -- Testing fgetcsv() with file opened using w+t mode --
H A Dfgetcsv_variation20.phpt22 "w+", "w+b", "w+t",
29 $file_handle = fopen($filename, "w");
144 -- Testing fgetcsv() with file opened using w+ mode --
152 -- Testing fgetcsv() with file opened using w+b mode --
160 -- Testing fgetcsv() with file opened using w+t mode --
H A Dftruncate_variation1-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");
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_variation1.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");
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 …]
/PHP-7.0/ext/curl/tests/
H A Dcurl_reset.phpt13 $fp = fopen($log_file, 'w+');
17 $testfile_fp = fopen($test_file, 'w+');
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug39322.phpt12 1 => array('pipe', 'w'),
13 2 => array('pipe', 'w'));
H A Dproc_nice_basic.phpt17 preg_match('/^\s*\w+\s+\w+\s*(\d+)\s+(\d+)/m', $res, $matches);
/PHP-7.0/ext/gd/libgd/
H A Dgd_arc_f_buggy.c50 long w; /* a * 2 */
259 w = (long) width;
262 ws = w * w;
280 pt[0].x = w / 2;
294 x2 = w;
411 x2 = w;
544 long w; /* a * 2 */
567 pt.x = w / 2;
579 pt.x = -w / 2;
613 ws = w * w;
[all …]
/PHP-7.0/sapi/cli/tests/
H A Dbug74600.phpt18 1 => array("pipe", "w"),
19 2 => array("pipe", "w"),
/PHP-7.0/ext/tidy/tests/
H A D024.phpt37 <wps:block>%w<wps:var>
38 <wps:value></wps:var>%w</wps:block>
/PHP-7.0/tests/lang/
H A Dbug21961.phpt32 function __construct($w)
34 $this->name = $w;
/PHP-7.0/ext/standard/tests/strings/
H A Dstrtok_variation3.phpt114 string(1) "w"
117 string(1) "w"
127 string(4) "123w"
140 string(1) "w"
/PHP-7.0/ext/standard/tests/array/
H A Dkrsort_object.phpt53 "w" => new StringObject("w"), "py" => new StringObject("py"),
123 ["w"]=>
126 string(1) "w"
201 ["w"]=>
204 string(1) "w"
H A Dksort_object.phpt54 "w" => new StringObject("w"), "py" => new StringObject("py"),
157 ["w"]=>
160 string(1) "w"
235 ["w"]=>
238 string(1) "w"
/PHP-7.0/ext/standard/tests/streams/
H A Dbug44818.phpt15 test("php://temp","w");
33 php://temp, w
/PHP-7.0/Zend/tests/
H A Dbug48693.phpt22 $w = create_function('', 'return 3;');
29 $w()

Completed in 47 milliseconds

12345678910>>...38