Home
last modified time | relevance | path

Searched refs:fwrite (Results 401 – 425 of 443) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation11.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 Dparse_ini_file.phpt201 fwrite($file_handle, $parse_string);
H A Dfgetcsv_variation10.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 Dfseek_ftell_rewind_variation4-win32.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
H A Dfseek_ftell_rewind_variation4.phpt50 fwrite($file_handle,(binary)$data_to_be_written);
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 Dfseek_ftell_rewind_variation8.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.phpt52 fwrite($file_handle,(binary)$data_to_be_written);
/PHP-5.5/ext/readline/
H A Dreadline_cli.c93 return fwrite(str, 1, MIN(str_length, 16384), pager_pipe); in readline_shell_write()
/PHP-5.5/main/
H A Doutput.c91 fwrite(str, 1, str_len, stdout); in php_output_stdout()
96 fwrite(str, 1, str_len, stderr); in php_output_stderr()

Completed in 71 milliseconds

1...<<1112131415161718