Home
last modified time | relevance | path

Searched refs:w (Results 901 – 925 of 1026) sorted by relevance

1...<<31323334353637383940>>...42

/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_variation5_32bit.phpt29 $h = fopen($absFile,"w");
H A Dfile_get_contents_variation5_64bit.phpt29 $h = fopen($absFile,"w");
H A Dfile_variation3.phpt26 $fd = fopen($filename, "w+");
H A Dfputcsv_variation14.phpt37 $file_handle = fopen($filename, "w" );
48 $file_handle = fopen($filename, "w" );
H A Dfwrite_variation1-win32-mb.phpt43 …create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "fwrite_variation1私はガラスを食べら…
H A Dfwrite_variation1-win32.phpt43 create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "fwrite_variation");
H A Dfwrite_variation1.phpt42 create_files ( dirname(__FILE__), 1, $file_content_type, 0755, 1, "w", "fwrite_variation");
H A Dcopy_variation2-win32-mb.phpt22 $file_handle = fopen($src_file_name, "w");
H A Dcopy_variation2-win32.phpt22 $file_handle = fopen($src_file_name, "w");
H A Dfscanf_variation36.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation42.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation48.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation5.phpt19 $file_handle = fopen($filename, "w");
H A Dcopy_variation4.phpt25 $file_handle = fopen($src_file_name, "w");
H A Dfile_get_contents_variation4.phpt27 $h = fopen($absFile,"w");
H A Dfscanf_variation11.phpt19 $file_handle = fopen($filename, "w");
H A Dfscanf_variation30.phpt19 $file_handle = fopen($filename, "w");
H A Dtouch_variation5.phpt121 $h = @fopen($path,"w");
H A Dlstat_stat_basic.phpt37 $file_handle = fopen($filename, "w");
/PHP-7.2/ext/standard/tests/strings/
H A Dlcfirst.phpt103 $file1 = fopen($filename1, "w"); // creating new file
H A Dstrlen.phpt84 $file1 = fopen($filename1, "w"); // creating new file
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput17300 /[^\s]*\s* [^\W]+\W+ [^\d]*?\d0 [^\d\w]{4,6}?\w*A/BZ
/PHP-7.2/ext/oci8/tests/
H A Dbug43497.phpt88 function createxmltab($c) // create table w/ field of XML type
/PHP-7.2/Zend/
H A Dzend_strtod.c1254 ULong *xa, *xa0, w, y, z; local
1275 w = xa > xa0 ? *--xa : 0;
1276 d1 = y << ((32-Ebits) + k) | w >> (Ebits - k);
1293 w = xa > xa0 ? *--xa : 0;
1295 d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k;
1299 w = xa > xa0 ? *--xa : 0;
1301 d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k;
1303 d1 = w << k + 16 | y << k;
/PHP-7.2/ext/session/tests/
H A Dsave_handler.inc79 if ($fp = fopen($session_file, "w")) {

Completed in 48 milliseconds

1...<<31323334353637383940>>...42