Home
last modified time | relevance | path

Searched refs:fwrite (Results 476 – 500 of 505) sorted by relevance

1...<<1112131415161718192021

/PHP-8.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation8-win32.phpt41 fwrite($file_handle,$data_to_be_written);
H A Dfseek_ftell_rewind_variation8.phpt41 fwrite($file_handle,$data_to_be_written);
H A Dparse_ini_file.phpt196 fwrite($file_handle, $parse_string);
H A Dfgetcsv_variation10.phpt48 fwrite($file_handle, $csv_field . "\n");
52 fwrite($file_handle, "This is line of text without csv fields\n");
53 fwrite($file_handle, "\n"); // blank line
H A Dfseek_ftell_rewind_variation2-win32.phpt41 fwrite($file_handle,$data_to_be_written);
H A Dfseek_ftell_rewind_variation2.phpt41 fwrite($file_handle,$data_to_be_written);
H A Duserstreams.phpt69 fwrite($tf, $DATA);
H A Dfile.inc132 $bytes_written = fwrite($file_handle, $num_values, $chunk_size);
140 $bytes_written = fwrite($file_handle, $num_values, $file_size);
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt41 fwrite($file_handle,$data_to_be_written);
H A Dfseek_ftell_rewind_basic2-win32.phpt41 fwrite($file_handle,$data_to_be_written);
H A Dfseek_ftell_rewind_basic2.phpt41 fwrite($file_handle,$data_to_be_written);
H A D005_variation-win32.phpt63 fwrite($file_write_handle, "Hello, world");
H A Dfgetcsv_variation6.phpt51 fwrite($file_handle, $csv_field . "\n");
55 fwrite($file_handle, "This is line of text without csv fields\n");
56 fwrite($file_handle, "\n"); // blank line
H A Dfscanf_variation51.phpt18 @fwrite($file_handle,"sample text\n");
/PHP-8.1/ext/readline/
H A Dreadline_cli.c89 return fwrite(str, 1, MIN(str_length, 16384), pager_pipe); in readline_shell_write()
/PHP-8.1/sapi/fpm/tests/
H A Dfcgi.inc454 fwrite($this->_sock, $this->buildPacket(self::GET_VALUES, $request, 0));
545 if (fwrite($this->_sock, $request) === false || fflush($this->_sock) === false) {
/PHP-8.1/main/
H A Doutput.c87 fwrite(str, 1, str_len, stdout); in php_output_stdout()
92 fwrite(str, 1, str_len, stderr); in php_output_stderr()
/PHP-8.1/sapi/cli/
H A Dphp_cli.c267 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write()
/PHP-8.1/docs/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/PHP-8.1/ext/standard/
H A Dbasic_functions_arginfo.h2572 ZEND_FUNCTION(fwrite);
3212 ZEND_FE(fwrite, arginfo_fwrite)
3213 ZEND_FALIAS(fputs, fwrite, arginfo_fputs)
H A Dbasic_functions.stub.php1112 function fwrite($stream, string $data, ?int $length = null): int|false {} function
H A Dfile.c1132 PHPAPI PHP_FUNCTION(fwrite) in PHP_FUNCTION() argument
/PHP-8.1/main/streams/
H A Dplain_wrapper.c383 return (ssize_t) fwrite(buf, 1, count, data->file); in php_stdiop_write()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c262 return fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgibin_single_write()
/PHP-8.1/ext/curl/
H A Dinterface.c1370 return fwrite(data, size, nmemb, t->fp); in curl_write()
1585 return fwrite(data, size, nmemb, t->fp); in curl_write_header()

Completed in 96 milliseconds

1...<<1112131415161718192021