Home
last modified time | relevance | path

Searched refs:w (Results 576 – 600 of 1009) sorted by relevance

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

/php-src/ext/standard/tests/file/
H A Dfileinode_variation1.phpt16 fclose( fopen($file_path."/fileinode_variation1.tmp", "w") );
H A Dfileowner_variation1.phpt17 fclose( fopen($file_path."/fileowner_variation1.tmp", "w") );
H A Dfileperms_variation1.phpt17 fclose( fopen($file_path."/fileperms_variation1.tmp", "w") );
H A Dis_file_variation2.phpt14 fclose( fopen($file_path."/is_file_variation2.tmp", "w") );
H A Ddisk_free_space_error.phpt16 $fh = fopen( $file_path."/disk_free_space.tmp", "w" );
H A Dflock_basic.phpt14 $file_handle = fopen($lock_file, "w");
H A Dfscanf_variation1.phpt14 $file_handle = fopen($filename, "w");
H A Dftruncate_error.phpt8 $file_handle = fopen($filename, "w" );
H A Drename_variation9.phpt25 $fp = fopen($src_name, "w");
H A Dfile_error.phpt7 $file_handle = fopen($file_path."/file.tmp", "w");
/php-src/ext/gd/tests/
H A Dbug50194.phpt2 Bug #50194 (imagettftext broken on transparent background w/o alphablending)
/php-src/ext/standard/
H A Dcrypt_sha512.c165 #define CYCLIC(w, s) ((w >> s) | (w << (64 - s))) in sha512_process_block() argument
571 unsigned int w = ((B2) << 16) | ((B1) << 8) | (B0); \ in php_sha512_crypt_r()
575 *cp++ = b64t[w & 0x3f]; \ in php_sha512_crypt_r()
577 w >>= 6; \ in php_sha512_crypt_r()
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c359 struct winsize w; in phpdbg_get_terminal_width() local
361 columns = (uint32_t) ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_col : 80; in phpdbg_get_terminal_width()
380 struct winsize w; in phpdbg_get_terminal_height() local
382 lines = (uint32_t) ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_row : 40; in phpdbg_get_terminal_height()
/php-src/ext/curl/tests/
H A Dbug54798.phpt9 $fp = fopen(__DIR__ . '/bug54798.tmp', 'w+');
/php-src/ext/date/tests/
H A D004.phpt13 var_dump(date("w", $t));
H A Dgmdate_variation3.phpt17 'Numeric representation of day' => 'w',
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug64506.phpt23 $f = fopen($fnw, 'w');
H A Dtest_big5_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1250_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1251_2.phpt30 $f = fopen($fn, 'w');
H A Dtest_cp1251_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1254_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1256_2.phpt30 $f = fopen($fn, 'w');
H A Dtest_cp936_to_utf8_2.phpt27 $f = fopen($fn, 'w');
/php-src/ext/ftp/tests/
H A Dgh10521.phpt22 $handle = fopen($local_file, 'w');

Completed in 30 milliseconds

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