Home
last modified time | relevance | path

Searched refs:w (Results 726 – 750 of 1009) sorted by relevance

1...<<21222324252627282930>>...41

/php-src/ext/standard/tests/file/
H A Dstat_variation7-win32.phpt21 $file_handle = fopen("$file_path/stat_variation7.tmp", "w"); // temp file
47 $file_handle = fopen("$file_path/stat_variation7a.tmp", "w");
H A Dsymlink_link_linkinfo_is_link_variation3.phpt24 $file = fopen($filename, "w");
77 $file = fopen($filename, "w");
H A Dfscanf_error.phpt9 $file_handle = fopen($filename, 'w');
H A Dlstat_stat_variation6.phpt30 $fp = fopen($file_name, "w"); // temp file
H A Dreadfile_variation2.phpt26 $fp = fopen($filename, "w");
H A Drename_variation.phpt32 $fp = fopen("$file_path/rename_variation/rename_variation.tmp", "w");
H A Dsymlink_link_linkinfo_is_link_error1.phpt13 $fp = fopen($filename, "w"); // create temp file
H A Dglob_variation-win32-mb.phpt21 $fp = fopen("$file_path/glob_variation私はガラスを食べられます/wonder12345", "w");
23 $fp = fopen("$file_path/glob_variation私はガラスを食べられます/wonder;123456", "w");
29 "$file_path/glob_variation私はガラスを食べられます/w*der?*",
H A Dglob_variation-win32.phpt20 $fp = fopen("$file_path/glob_variation/wonder12345", "w");
22 $fp = fopen("$file_path/glob_variation/wonder;123456", "w");
28 "$file_path/glob_variation/w*der?*",
H A Dfgets_variation4-win32-mb.phpt14 $file_modes = array("w+", "w+b", "w+t",
66 -- Testing fgets() with file opened using mode w+ --
122 -- Testing fgets() with file opened using mode w+b --
178 -- Testing fgets() with file opened using mode w+t --
H A Dfgets_variation4-win32.phpt14 $file_modes = array("w+", "w+b", "w+t",
66 -- Testing fgets() with file opened using mode w+ --
122 -- Testing fgets() with file opened using mode w+b --
178 -- Testing fgets() with file opened using mode w+t --
H A Dfgets_variation4.phpt14 $file_modes = array("w+", "w+b", "w+t",
66 -- Testing fgets() with file opened using mode w+ --
122 -- Testing fgets() with file opened using mode w+b --
178 -- Testing fgets() with file opened using mode w+t --
H A Dfopen_variation14.phpt47 $h = fopen($absFile, 'w');
65 $h = fopen($fileURI, 'w');
H A Dfopen_variation15.phpt51 $h = fopen($absFile, 'w');
69 $h = fopen($fileURI, 'w', true);
H A Dcopy_variation11.phpt11 $file_handle = fopen($file, "w");
H A Dis_executable_variation1.phpt20 $fp = fopen("$file_path/is_executable_variation1/bar.tmp", "w");
H A Dis_readable_variation1.phpt18 $fp = fopen("$file_path/is_readable_variation1/bar.tmp", "w");
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_base64.c319 uint32_t w = *in++; in mb_wchar_to_base64() local
320 cache = (cache << 8) | (w & 0xFF); in mb_wchar_to_base64()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromstream.phpt15 $fp = fopen($file, 'w');
43 $fp = fopen($file, 'w');
/php-src/ext/ftp/tests/
H A Dserver.inc106 } else if (!preg_match('/^USER (\w+)\r\n$/', $buf, $m)) {
122 if (!preg_match('/^PASS (\w+)\r\n$/', $buf = fread($s, 100), $m)) {
194 } elseif (preg_match("~^STOR ([\w/.-]+)\r\n$~", $buf, $m)) {
233 } elseif (preg_match("~^APPE ([\w/.-]+)\r\n$~", $buf, $m)) {
312 } elseif (preg_match('/^MDTM ([\w\h]+)/', $buf, $matches)) {
330 }elseif (preg_match('/^RETR ([\/]*[\w\h]+)/', $buf, $matches)) {
444 } elseif (preg_match('/^DELE ([\w\h]+)/', $buf, $matches)) {
/php-src/ext/mbstring/tests/
H A Dmb_ereg_variation7.phpt27 $regex_ascii = '([A-Z]\w{1,4}is( [aeiou]|h)) ?.*\.\s[0-9]+(5([6-9][79]){2})[[:punct:]]$';
/php-src/ext/standard/tests/dir/
H A Ddir_basic.phpt16 create_files($dir_path, 3, "alphanumeric", 0755, 1, "w", "dir_basic");
H A Ddir_variation4-win32-mb.phpt27 create_files($dir_path, 3, "alphanumeric", 0755, 1, "w", "私はガラスを食べられますdir_variation4");
H A Dreaddir_variation6-win32-mb.phpt26 create_files($dir_path, 3, "alphanumeric", 0755, 1, "w", "私はガラスを食べられますreaddir_variation6");
/php-src/ext/standard/tests/strings/
H A Dstr_split_variation7.phpt58 string(1) "w"

Completed in 46 milliseconds

1...<<21222324252627282930>>...41