Home
last modified time | relevance | path

Searched refs:w (Results 376 – 400 of 910) sorted by relevance

1...<<11121314151617181920>>...37

/PHP-5.5/ext/standard/tests/strings/
H A Dfprintf_variation_003_64bit.phpt6 if (!($fp = fopen($data_file, 'w'))) {
H A Dfprintf_variation_005.phpt6 if (!($fp = fopen($data_file, 'w'))) {
H A Dfprintf_variation_006.phpt6 if (!($fp = fopen($data_file, 'w'))) {
H A Dfprintf_variation_006_64bit.phpt6 if (!($fp = fopen($data_file, 'w'))) {
H A Dfprintf_variation_003.phpt6 if (!($fp = fopen($data_file, 'w'))) {
H A Dfprintf_variation_007.phpt6 if (!($fp = fopen($data_file, 'w'))) {
H A Dfprintf_variation_007_64bit.phpt6 if (!($fp = fopen($data_file, 'w'))) {
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_fputcsv_variation13.phpt11 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv.csv', 'w');
/PHP-5.5/ext/standard/tests/file/
H A Dbug37158.phpt19 $fp = fopen($file, 'w');
H A Dfileinode_basic.phpt14 fopen("$file_path/inode.tmp", "w");
H A Dunlink_variation1-win32.phpt31 $fp = fopen($filename, "w");
51 $fp = fopen($filename, "w");
H A Dfopen_variation19.phpt29 $h = fopen($realFilename, "w");
87 $h = fopen($file, 'w');
H A Dpopen_pclose_basic.phpt34 create_files($dirpath, 1, "text_with_new_line", 0755, 100, "w", "popen_basic", 1, "bytes");
46 $file_handle = popen("sort", "w");
H A D005_variation-win32.phpt49 $file_handle = fopen("$file_path/005_variation1.tmp", "w");
54 $file_handle = fopen("$file_path/005_variation2.tmp", "w");
59 $file_handle = fopen("$file_path/005_variation3.tmp", "w");
70 $file_write_handle = fopen($file_name, "w");
83 $file_write_handle = fopen($file_name, "w");
113 $file_handle = fopen($file_name2, "w");
H A D007_basic.phpt19 "w",
22 "w+",
23 "w+b",
24 "w+t",
94 -- Iteration with mode 'w' --
133 -- Iteration with mode 'w+' --
146 -- Iteration with mode 'w+b' --
159 -- Iteration with mode 'w+t' --
/PHP-5.5/ext/curl/tests/
H A Dcurl_write_callback.phpt21 $fp = fopen($log_file, 'w+');
H A Dcurl_write_return.phpt16 $fp = fopen($log_file, 'w+');
H A Dcurl_write_stdout.phpt15 $fp = fopen($log_file, 'w+');
/PHP-5.5/ext/zlib/tests/
H A Dgztell_basic2.phpt12 $h = gzopen($f, 'w');
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation4.phpt26 create_files($level_one_dir_path, 2, 'numeric', 0755, 1, 'w', 'level_one', 1);
28 create_files($level_two_dir_path, 2, 'numeric', 0755, 1, 'w', 'level_two', 1);
/PHP-5.5/ext/standard/tests/array/
H A Dasort_object1.phpt56 "c" => new for_string_asort("w"), "d" => new for_string_asort("py"),
164 string(1) "w"
242 string(1) "w"
H A Drsort_object2.phpt65 new for_string_rsort("w","W", "c"),
144 string(1) "w"
224 string(1) "w"
/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c157 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
547 unsigned int w = ((B2) << 16) | ((B1) << 8) | (B0); \ in php_sha256_crypt_r()
551 *cp++ = b64t[w & 0x3f]; \ in php_sha256_crypt_r()
553 w >>= 6; \ in php_sha256_crypt_r()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1651 /^a*\w/
687 /^a+\w/
3323 /(?<=a(?i)b)(\w\w)c/
4110 /\w/
5677 /([\w:]+::)?(\w+)$/
5697 /([\w:]+::)?(\w+)$/
7515 /^(?:aaa(*THEN)\w{6}|bbb(*THEN)\w{5}|ccc(*THEN)\w{4}|\w{3})/
7531 /^(aaa(*THEN)\w{6}|bbb(*THEN)\w{5}|ccc(*THEN)\w{4}|\w{3})/
7950 /(\w+)(?>b(*COMMIT))\w{2}/
7955 /(\w+)b(*COMMIT)\w{2}/
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace2.phpt18 var_dump(preg_replace(array('/[\w]+/'), array('$'), array('xyz', 'bdbd')));

Completed in 58 milliseconds

1...<<11121314151617181920>>...37