Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-7.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation6-win32.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation6.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation8-win32.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Duserstreams.phpt70 fwrite($tf, (binary)$DATA);
H A Dfseek_ftell_rewind_variation2-win32.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation2.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
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 D005_variation-win32.phpt84 fwrite($file_write_handle, b"Hello, world");
H A Dfgetcsv_variation12.phpt51 fwrite($file_handle, $csv_field . "\n");
56 fwrite($file_handle, "This is line of text without csv fields\n");
57 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation25.phpt57 fwrite($file_handle, $csv_field . "\n");
61 fwrite($file_handle, "This is line of text without csv fields\n");
62 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation27.phpt57 fwrite($file_handle, $csv_field . "\n");
61 fwrite($file_handle, "This is line of text without csv fields\n");
62 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation28.phpt57 fwrite($file_handle, $csv_field . "\n");
61 fwrite($file_handle, "This is line of text without csv fields\n");
62 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation3.phpt54 fwrite($file_handle, $csv_field . "\n");
58 fwrite($file_handle, "This is line of text without csv fields\n");
59 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation4.phpt53 fwrite($file_handle, $csv_field . "\n");
57 fwrite($file_handle, "This is line of text without csv fields\n");
58 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation5.phpt56 fwrite($file_handle, $csv_field . "\n");
60 fwrite($file_handle, "This is line of text without csv fields\n");
61 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation6.phpt56 fwrite($file_handle, $csv_field . "\n");
60 fwrite($file_handle, "This is line of text without csv fields\n");
61 fwrite($file_handle, "\n"); // blank line
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_basic2-win32.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A D005_variation.phpt87 fwrite($file_write_handle, "Hello, world");
H A Dfseek_ftell_rewind_basic2.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfgetss_variation3-win32.phpt52 fwrite($file_handle,$string_with_tags); //writing data to the file
H A Dfgetss_variation3.phpt48 fwrite($file_handle,$string_with_tags); //writing data to the file
/PHP-7.1/main/
H A Doutput.c92 fwrite(str, 1, str_len, stdout); in php_output_stdout()
97 fwrite(str, 1, str_len, stderr); in php_output_stderr()
/PHP-7.1/ext/zlib/
H A Dzlib.c1343 PHP_FALIAS(gzwrite, fwrite, arginfo_gzputs)
1344 PHP_FALIAS(gzputs, fwrite, arginfo_gzputs)
/PHP-7.1/sapi/cli/
H A Dphp_cli.c289 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write()

Completed in 51 milliseconds

1...<<1112131415161718192021