Home
last modified time | relevance | path

Searched refs:w (Results 626 – 650 of 1009) sorted by relevance

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

/php-src/ext/zlib/tests/
H A Dgzseek_variation7.phpt8 $h = gzopen($f, 'w');
H A Dzlib_filter_inflate2.phpt8 $a = gzopen(__DIR__ . '/test.txt.gz', 'w');
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation14.phpt11 $fo = new SplFileObject(__DIR__ . '/SplFileObject_fputcsv_variation14.csv', 'w');
/php-src/ext/date/tests/
H A DDateTime_format_basic1.phpt15 var_dump( $date->format( 'h-i-s, j-m-y, it is w Day') );
H A Didate_variation4.phpt17 'Day of the week' => 'w',
/php-src/ext/standard/tests/file/
H A Dfopen_variation7.phpt27 $h = fopen($tmpfile, "w", true);
H A Dfopen_variation9.phpt27 $h = fopen($tmpfile, "w", true);
H A Dtempnam_variation5-win32.phpt19 $h = fopen($dir_name."/tempnam_variation5.tmp", "w");
H A Dtempnam_variation5.phpt17 $h = fopen($dir_name."/tempnam_variation5.tmp", "w");
H A Dproc_open01.phpt13 array(0 => array('pipe', 'r'), 1 => array('pipe', 'w')),
H A Dfgetcsv_variation23.phpt12 $fp = fopen ($filename, "w");
H A Ddisk_free_space_error-win32.phpt16 $fh = fopen( $file_path."/disk_free_space.tmp", "w" );
H A Dfflush_basic.phpt17 $file_handle = fopen($filename, "w");
H A Dfopen_variation16.phpt35 $h = fopen($tmpfile, "w+", true);
H A Dfopen_variation17.phpt34 $h = fopen($tmpfile, "w+", true);
H A Dlstat_stat_variation16.phpt18 $fp = fopen($filename, "w"); // temp file
H A Dlstat_stat_variation4.phpt18 $fp = fopen($file_name, "w"); // temp file
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt68 list(list(list($r,$s,,$t),list($u,$v),,$w),,$x) = $q4;
69 echo "$r $s $t $u $v $w $x\n";
/php-src/ext/gd/libgd/
H A Dgd_gif_out.c88 static int gifPutWord(int w, gdIOCtx *out);
780 static int gifPutWord(int w, gdIOCtx *out) argument
783 gdPutC(w & 0xFF, out);
784 gdPutC((w >> 8) & 0xFF, out);
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c891 MYSQLI_WARNING *w = NULL; local
899 w = php_get_warnings(mysql->mysql->data);
901 if (!w) {
905 mysqli_resource->ptr = mysqli_resource->info = (void *)w;
917 MYSQLI_WARNING *w = NULL; local
925 w = php_get_warnings(mysqli_stmt_get_connection(stmt->stmt));
927 if (!w) {
931 mysqli_resource->ptr = mysqli_resource->info = (void *)w;
/php-src/sapi/phpdbg/tests/
H A Dwatch_005.phpt15 w r $a
/php-src/ext/curl/tests/
H A Dbug69316.phpt24 $f_file = fopen($temp_file, "w") or die("failed to open file\n");
/php-src/ext/gd/tests/
H A Dbug72339.phpt22 $fh = fopen($fname, "w");
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt18 if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w'))
/php-src/docs/
H A DREADME.md29 rstfmt -w 100 source

Completed in 27 milliseconds

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