Home
last modified time | relevance | path

Searched refs:w (Results 601 – 625 of 1009) sorted by relevance

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

/php-src/sapi/cli/tests/
H A Dbug80092.phpt27 $proc = proc_open($cmd, [['null'], ['pipe', 'w'], ['redirect', 1]], $pipes);
/php-src/ext/opcache/tests/
H A Dgh9164.phpt16 $fd = fopen($incfile, 'w');
/php-src/ext/standard/tests/file/
H A Drename_variation5.phpt20 $fp = fopen($filename, "w");
46 $fp = fopen($filename, "w");
H A Dftruncate.phpt15 $fp = fopen($filename, "w");
H A Dfwrite_error.phpt11 $file_handle = fopen ( $filename, "w");
H A Dlstat_stat_variation1.phpt11 $fp = fopen("$file_path/lstat_stat_variation1.tmp", "w"); // temp file
H A Dlstat_stat_variation11.phpt16 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation14.phpt13 $fp = fopen($filename, "w"); // temp file
H A Dfflush_variation3.phpt18 $file_modes = array("w", "wb", "wt", "w+", "w+b","w+t",
31 $file_handle = fopen($file_name, "w");
/php-src/ext/standard/tests/strings/
H A Dsha1_file.phpt10 if (($handle = fopen( "EmptyFileSHA1.txt", "w+")) == FALSE)
14 if (($handle2 = fopen( "DataFileSHA1.txt", "w+")) == FALSE)
/php-src/ext/intl/tests/
H A Duconverter_oop_callback_return.phpt2 UConverter::convert() w/ Callback Return Values
/php-src/ext/curl/tests/
H A Dbug54798-unix.phpt15 $fp = fopen(__DIR__ . '/bug54798.tmp', 'w+');
/php-src/ext/date/tests/
H A Ddate_basic1.phpt16 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
H A Ddate_format_basic1.phpt15 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
/php-src/Zend/tests/
H A Dbug38779_1.phpt35 $fp1 = fopen($filename, "w");
/php-src/ext/standard/tests/dir/
H A Dscandir_basic-win32-mb.phpt23 create_files($directory, 3, "numeric", 0755, 1, "w", "私はガラスを食べられますfile");
H A Dscandir_variation9-win32-mb.phpt24 @create_files($dir, 2, "numeric", 0755, 1, "w", "私はガラスを食べられますfile");
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_big5_2.phpt30 $f = fopen($fn, 'w');
H A Dtest_cp1251_zend_multibyte_2.phpt32 $f = fopen($fn, 'w');
H A Dtest_cp1252_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1252_to_utf8_5.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp1254_2.phpt30 $f = fopen($fn, 'w');
H A Dtest_cp932_to_utf8_2.phpt27 $f = fopen($fn, 'w');
H A Dtest_cp936_2.phpt30 $f = fopen($fn, 'w');
/php-src/ext/zlib/tests/
H A Dgzopen_variation5.phpt27 $h = gzopen($tmpfile, "w", true);

Completed in 19 milliseconds

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