Home
last modified time | relevance | path

Searched refs:w (Results 451 – 475 of 985) sorted by relevance

1...<<11121314151617181920>>...40

/php-src/ext/standard/tests/dir/
H A Dscandir_variation4-win32-mb.phpt28 create_files($level_one_dir_path, 2, 'numeric', 0755, 1, 'w', '私はガラスを食べられますlevel_one', 1);
30 create_files($level_two_dir_path, 2, 'numeric', 0755, 1, 'w', '私はガラスを食べられますlevel_two', 1);
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt25 create_files($dirpath, 1, "text_with_new_line", 0755, 100, "w", "popen_basic", 1, "bytes");
38 $file_handle = popen("sort", "w");
H A Dbug37158.phpt18 $fp = fopen($file, 'w');
H A Dbug74719.phpt10 $h = fopen($tmpFile, "w", false, NULL);
H A Ddisk_total_space_error.phpt17 $fh = fopen( $file_path."/disk_total_space.tmp", "w" );
H A Dunlink_variation2.phpt15 $fp = fopen($filename, "w");
H A Dunlink_variation4.phpt15 $fp = fopen($filename, "w");
H A D006_basic.phpt15 fopen($path."/perm.tmp", "w");
H A Dfilesize_variation1-win32-mb.phpt19 create_files($file_path, 1, "numeric", 0755, $size, "w", "私はガラスを食べられますfilesize_variation");
H A Dfilesize_variation1-win32.phpt19 create_files($file_path, 1, "numeric", 0755, $size, "w", "filesize_variation");
/php-src/ext/zlib/tests/
H A Dgzseek_variation1.phpt8 $h = gzopen($f, 'w');
H A Dzlib_wrapper_level.phpt19 $fp = fopen("compress.zlib://$filename", 'w', false, $ctx);
/php-src/ext/iconv/tests/
H A Diconv_basic_001.phpt10 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/curl/tests/
H A Dcurl_write_return.phpt16 $fp = fopen($log_file, 'w+');
H A Dcurl_write_stdout.phpt15 $fp = fopen($log_file, 'w+');
H A Dcurl_write_callback.phpt21 $fp = fopen($log_file, 'w+');
/php-src/ext/standard/tests/streams/
H A Dbug64166.phpt7 $fd = fopen('php://temp', 'w+');
H A Dbug64166_3.phpt7 $fd = fopen('php://temp', 'w+');
/php-src/ext/standard/tests/array/range/
H A Dbug24220.phpt62 string(1) "w"
/php-src/tests/basic/
H A Dconsistent_float_string_casts.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/tests/lang/
H A Dbug30638.phpt5 if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
/php-src/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt18 $descriptors = [["pty"], ["pty"], ["pty"], ["pipe", "w"]];
/php-src/ext/standard/tests/mail/
H A Dmail_variation2.phpt34 %w3%w
/php-src/ext/gd/tests/
H A Dbug81739.phpt7 $s = fopen(__DIR__ . "/font.font", "w");
/php-src/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt9 $fp = fopen($filename, 'w');

Completed in 20 milliseconds

1...<<11121314151617181920>>...40