Home
last modified time | relevance | path

Searched refs:w (Results 226 – 250 of 1026) sorted by relevance

12345678910>>...42

/PHP-7.2/ext/standard/tests/file/
H A Dfgetcsv_variation5.phpt37 "w+", "w+b", "w+t",
45 $file_handle = fopen($filename, "w");
158 -- Testing fgetcsv() with file opened using w+ mode --
165 -- Testing fgetcsv() with file opened using w+b mode --
172 -- Testing fgetcsv() with file opened using w+t mode --
263 -- Testing fgetcsv() with file opened using w+ mode --
270 -- Testing fgetcsv() with file opened using w+b mode --
277 -- Testing fgetcsv() with file opened using w+t mode --
368 -- Testing fgetcsv() with file opened using w+ mode --
473 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A D006_basic.phpt10 $fp = fopen($filename, 'w');
33 fopen($path."/perm.tmp", "w");
H A Dfwrite.phpt8 $fp = fopen($filename, "w");
16 $fp = fopen($filename, "w");
H A Drealpath_basic-win32-mb.phpt21 …le1 = fopen("$file_path/realpath_私はガラスを食べられますbasic/home/test/realpath_私はガラスを食べられますbasic.tmp", "w");
22 …_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 Dfread_variation3-win32-mb.phpt56 "w+","w+b","w+t",
79 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
158 -- File opened in mode w+ --
172 -- File opened in mode w+b --
186 -- File opened in mode w+t --
286 -- File opened in mode w+ --
300 -- File opened in mode w+b --
314 -- File opened in mode w+t --
414 -- File opened in mode w+ --
428 -- File opened in mode w+b --
[all …]
H A Dfread_variation3-win32.phpt56 "w+","w+b","w+t",
79 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
158 -- File opened in mode w+ --
172 -- File opened in mode w+b --
186 -- File opened in mode w+t --
286 -- File opened in mode w+ --
300 -- File opened in mode w+b --
314 -- File opened in mode w+t --
414 -- File opened in mode w+ --
428 -- File opened in mode w+b --
[all …]
H A Dfread_variation3.phpt56 "w+","w+b","w+t",
79 if(strstr($file_mode,"w") || strstr($file_mode,"x") ) {
158 -- File opened in mode w+ --
172 -- File opened in mode w+b --
186 -- File opened in mode w+t --
286 -- File opened in mode w+ --
300 -- File opened in mode w+b --
314 -- File opened in mode w+t --
414 -- File opened in mode w+ --
428 -- File opened in mode w+b --
[all …]
H A Dfgetcsv_variation17.phpt32 "w+", "w+b", "w+t",
40 $file_handle = fopen($filename, "w");
240 -- Testing fgetcsv() with file opened using w+ mode --
256 -- Testing fgetcsv() with file opened using w+b mode --
272 -- Testing fgetcsv() with file opened using w+t mode --
480 -- Testing fgetcsv() with file opened using w+ mode --
496 -- Testing fgetcsv() with file opened using w+b mode --
512 -- Testing fgetcsv() with file opened using w+t mode --
846 -- Testing fgetcsv() with file opened using w+ mode --
1188 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation19.phpt33 "w+", "w+b", "w+t",
41 $file_handle = fopen($filename, "w");
182 -- Testing fgetcsv() with file opened using w+ mode --
192 -- Testing fgetcsv() with file opened using w+b mode --
202 -- Testing fgetcsv() with file opened using w+t mode --
332 -- Testing fgetcsv() with file opened using w+ mode --
342 -- Testing fgetcsv() with file opened using w+b mode --
352 -- Testing fgetcsv() with file opened using w+t mode --
482 -- Testing fgetcsv() with file opened using w+ mode --
632 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dfgetcsv_variation6.phpt37 "w+", "w+b", "w+t",
45 $file_handle = fopen($filename, "w");
245 -- Testing fgetcsv() with file opened using w+ mode --
261 -- Testing fgetcsv() with file opened using w+b mode --
277 -- Testing fgetcsv() with file opened using w+t mode --
485 -- Testing fgetcsv() with file opened using w+ mode --
501 -- Testing fgetcsv() with file opened using w+b mode --
517 -- Testing fgetcsv() with file opened using w+t mode --
851 -- Testing fgetcsv() with file opened using w+ mode --
1175 -- Testing fgetcsv() with file opened using w+ mode --
[all …]
H A Dbug38086.phpt13 $dest = fopen($new_file, 'w');
27 $dest = fopen($new_file, 'w');
H A Dfile_basic.phpt16 create_files($file_path, 1, $type, 0755, 100, "w", "file_basic", 1, "byte");
23 create_files($file_path, 1, $type, 0755, 1, "w", "file_basic");
H A Dflock.phpt11 $fp = fopen($file, "w");
16 $fp = fopen($file, "w");
H A Dlstat_stat_variation7.phpt24 $fp = fopen($file_name, "w"); // temp file
29 $fh = fopen($file_name,"w");
/PHP-7.2/sapi/phpdbg/
H A Dcreate-test.php74 $w = $e = null; variable
75 $n = @stream_select($r, $w, $e, null);
/PHP-7.2/ext/standard/tests/strings/
H A Dconvert_cyr_string.phpt13 var_dump(convert_cyr_string("[[[[[[", "k", "w"));
16 var_dump(convert_cyr_string("[[[[[[", "w", "k"));
/PHP-7.2/Zend/tests/
H A Dbug72373.phpt2 Bug #72373: TypeError after Generator function w/declared return type finishes
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug73973.phpt5 define('myerr', fopen('php://stderr', 'w'));
/PHP-7.2/ext/hash/tests/
H A Dfnv1a32.phpt76 array( 'w.=)F]t\\|i% n^', '10a0ae81' ),
98 array( 'F_~91w$vIZmK4(55tY', '11c2fffb' ),
111 array( 'ihc)cFL-w!M[-g|1d\'A@z', '57a03ef9' ),
135 array( 'DwCF0^C|y(w,{J1pJMM?ut~)Q<', 'ed50fb22' ),
148 array( 'w~*-IHc!72/U$!bThYH$x|=@H>9+', '547a6b68' ),
153 array( 'lS<yG /+Z(i0vHPmTz~8Rpr#w\\Rf>', '831a8450' ),
161 array( 'C7z4do<_<4:Y?JI$WaZ\'BoJ0;7dtV,w', '9874d3b3' ),
186 array( 'Y`w?NJ_ysqh#1)Hw-w{-m!Qc^9j^g;EB{=bK', '79ccb205' ),
288 array( ')\\l~-hmG{}`"\\y`7eo6FpIc1\\_x/rC~{ k{.UjURi7TF16]w&s>w>"*z', 'c6ec7195' ),
291 array( 'O /X@Q%4[.0F:>2w?hPDGvwZ$J3?wT!HT0!ub&+>4;dOZwGy`w?)o7dsa', '5e4ad807' ),
[all …]
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput1326 /^a*\w/
346 /^a+\w/
2121 /(?<=a(?i)b)(\w\w)c/
2545 /\w/
3497 /([\w:]+::)?(\w+)$/
3507 /([\w:]+::)?(\w+)$/
4543 /^(?:aaa(*THEN)\w{6}|bbb(*THEN)\w{5}|ccc(*THEN)\w{4}|\w{3})/
4552 /^(aaa(*THEN)\w{6}|bbb(*THEN)\w{5}|ccc(*THEN)\w{4}|\w{3})/
4772 /(\w+)(?>b(*COMMIT))\w{2}/
4775 /(\w+)b(*COMMIT)\w{2}/
[all …]
/PHP-7.2/ext/standard/tests/image/
H A Diptcembed_001.phpt7 $fp = fopen($file, "w");
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dwrite22.phar8 6��������������������test.txt������H������E���������/�(P���p� �w��
/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation9.phpt19 $modes = array('r+', 'rf', 'w+' , 'e');
45 mode=w+
/PHP-7.2/sapi/phpdbg/tests/
H A Dwatch_006.phpt6 w $a[0]
7 w r $b
/PHP-7.2/ext/standard/tests/streams/
H A Dbug61019.phpt10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
11 2 => array("pipe", "w") // stderr is a pipe that the child will write to

Completed in 43 milliseconds

12345678910>>...42