Home
last modified time | relevance | path

Searched refs:fwrite (Results 501 – 525 of 525) sorted by relevance

1...<<21

/php-src/ext/standard/tests/file/
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-src/ext/readline/
H A Dreadline_cli.c89 return fwrite(str, 1, MIN(str_length, 16384), pager_pipe); in readline_shell_write()
/php-src/main/
H A Doutput.c86 fwrite(str, 1, str_len, stdout); in php_output_stdout()
91 fwrite(str, 1, str_len, stderr); in php_output_stderr()
H A Dmain.c1373 fwrite(ZSTR_VAL(message), sizeof(char), ZSTR_LEN(message), stderr); in php_error_cb()
/php-src/sapi/cli/
H A Dphp_cli.c268 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write()
/php-src/docs-old/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
/php-src/sapi/fpm/tests/
H A Dfcgi.inc188 $result = fwrite($this->stream, $bytes);
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c264 return fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgibin_single_write()
/php-src/main/streams/
H A Dplain_wrapper.c383 return (ssize_t) fwrite(buf, 1, count, data->file); in php_stdiop_write()
/php-src/ext/curl/
H A Dinterface.c579 return fwrite(data, size, nmemb, t->fp); in curl_write()
897 return fwrite(data, size, nmemb, t->fp); in curl_write_header()
/php-src/ext/standard/
H A Dfile.c998 PHPAPI PHP_FUNCTION(fwrite) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2840 function fwrite($stream, string $data, ?int $length = null): int|false {}
H A Dbasic_functions_arginfo.h2659 ZEND_FUNCTION(fwrite);
3295 ZEND_FE(fwrite, arginfo_fwrite)
/php-src/sapi/cgi/
H A Dcgi_main.c302 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgi_single_write()
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt829 @fwrite($fp, '1;"a"');
/php-src/ext/spl/
H A Dspl_directory.c2610 PHP_METHOD(SplFileObject, fwrite) in PHP_METHOD() argument
/php-src/ext/opcache/
H A DZendAccelerator.c4550 return fwrite(str, 1, str_length, stdout);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6894 status=status&&(fwrite(s,sizeof(char),l,f)==l);

Completed in 146 milliseconds

1...<<21