Home
last modified time | relevance | path

Searched refs:w (Results 501 – 525 of 1009) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A D005_variation-win32.phpt28 $file_handle = fopen("$file_path/005_variation1.tmp", "w");
33 $file_handle = fopen("$file_path/005_variation2.tmp", "w");
38 $file_handle = fopen("$file_path/005_variation3.tmp", "w");
49 $file_write_handle = fopen($file_name, "w");
62 $file_write_handle = fopen($file_name, "w");
104 $file_handle = fopen($file_name2, "w");
H A Dcopy_variation10.phpt11 $file_handle = fopen($file, "w");
H A Dglob_variation2.phpt14 $fp = fopen("$file_path/$dir_name/file.text", "w");
H A Dreadfile_variation1.phpt20 $fp = fopen($filename, "w");
H A Dreadfile_variation6.phpt30 $h = fopen($secondFile, "w");
H A Dreadfile_variation7.phpt30 $h = fopen($scriptLocFile, "w");
H A Dfilesize_variation1.phpt19 create_files($file_path, 1, "numeric", 0755, $size, "w", "filesize_variation");
H A Dfputcsv_variation18.phpt15 $fp = fopen($file, "w");
/php-src/ext/standard/
H A Dcrypt_sha256.c136 #define CYCLIC(w, s) ((w >> s) | (w << (32 - s))) in sha256_process_block() argument
532 unsigned int w = ((B2) << 16) | ((B1) << 8) | (B0); \ in php_sha256_crypt_r()
536 *cp++ = b64t[w & 0x3f]; \ in php_sha256_crypt_r()
538 w >>= 6; \ in php_sha256_crypt_r()
/php-src/ext/tidy/tests/
H A D004.phpt27 Info: Document content looks like HTML%w%d%S
/php-src/ext/intl/tests/
H A Duconverter_func_subst.phpt2 Basic UConverter::convert() w/ Subsitution
H A Dbug58756_MessageFormatter.phpt2 Bug #58756: w.r.t MessageFormatter
/php-src/sapi/phpdbg/tests/
H A Dwatch_004.phpt14 w $a
/php-src/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt12 $fp = fopen($filename, 'w');
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation13.phpt11 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv_variation13.csv', 'w');
/php-src/ext/curl/tests/
H A Dcurl_file_deleted_before_curl_close.phpt19 $handle = fopen($temp_file, 'w');
/php-src/ext/standard/tests/streams/
H A Dbug64166_2.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug72853.phpt14 1 => array('pipe', 'w'), // stdout
/php-src/Zend/tests/
H A Dbug21478.phpt18 $fp = fopen(__DIR__."/test.txt","w");
/php-src/ext/pgsql/tests/
H A D80_bug36625.phpt24 pg_trace($tracefile, 'w', $dbh);
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader_error_callback_name.phpt21 $descriptors = [["pty"], ["pty"], ["pty"], ["pipe", "w"]];
/php-src/ext/xmlreader/tests/
H A Dinvalid_encoding.phpt14 $h = fopen("php://memory", "w+");
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_documentURI.phpt11 $memory = fopen("php://memory", "w+");
/php-src/ext/pcre/tests/
H A Dpreg_quote_basic.phpt13 var_dump(preg_match('/^[tT]\w{6} - ' . preg_quote($string_before, '/') . ' [a-z]*\s*work$/', $strin…
/php-src/ext/mbstring/tests/
H A Dbug54494.phpt13 $stringOr = "hällö wörld\n";

Completed in 26 milliseconds

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