Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 – 225 of 526) sorted by path

12345678910>>...22

/php-src/ext/standard/tests/file/
H A Ddisk_total_space_error-win32.phpt18 fwrite( $fh, " Garbage data for the temporary file" );
H A Ddisk_total_space_error.phpt18 fwrite( $fh, " Garbage data for the temporary file" );
H A Dfdatasync.phpt26 var_dump( fwrite($file_handle, $data) );
H A Dfeof_basic.phpt12 fwrite($h, "some data $i\n");
36 fwrite($h, "some data $i\n");
H A Dfflush_basic.phpt26 var_dump( fwrite($file_handle, $data) );
H A Dfgetc_variation3.phpt30 fwrite($file_handle, $data);
H A Dfgetc_variation4.phpt25 fwrite($file_handle, $data);
H A Dfgetcsv.phpt34 fwrite($fp, $v);
H A Dfgetcsv_variation1.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_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 Dfgetcsv_variation11.phpt49 fwrite($file_handle, $csv_field . "\n");
53 fwrite($file_handle, "This is line of text without csv fields\n");
54 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation12.phpt46 fwrite($file_handle, $csv_field . "\n");
51 fwrite($file_handle, "This is line of text without csv fields\n");
52 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation13.phpt31 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation14.phpt31 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation15.phpt43 fwrite($file_handle, $csv_field . "\n");
47 fwrite($file_handle, "This is line of text without csv fields\n");
48 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation16.phpt45 fwrite($file_handle, $csv_field . "\n");
49 fwrite($file_handle, "This is line of text without csv fields\n");
50 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation17.phpt45 fwrite($file_handle, $csv_field . "\n");
49 fwrite($file_handle, "This is line of text without csv fields\n");
50 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation18.phpt49 fwrite($file_handle, $csv_field . "\n");
53 fwrite($file_handle, "This is line of text without csv fields\n");
54 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation19.phpt46 fwrite($file_handle, $csv_field . "\n");
50 fwrite($file_handle, "This is line of text without csv fields\n");
51 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation2.phpt49 fwrite($file_handle, $csv_field . "\n");
53 fwrite($file_handle, "This is line of text without csv fields\n");
54 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation20.phpt33 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation21.phpt33 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation22.phpt47 fwrite($file_handle, $csv_field . "\n");
51 fwrite($file_handle, "This is line of text without csv fields\n");
52 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation29.phpt47 fwrite($file_handle, $csv_field . "\n");
51 fwrite($file_handle, "This is line of text without csv fields\n");
52 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation30.phpt47 fwrite($file_handle, $csv_field . "\n");
51 fwrite($file_handle, "This is line of text without csv fields\n");
52 fwrite($file_handle, "\n"); // blank line

Completed in 35 milliseconds

12345678910>>...22