Home
last modified time | relevance | path

Searched refs:fwrite (Results 351 – 375 of 443) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt50 fwrite($file_handle, $csv_field . "\n");
54 fwrite($file_handle, "This is line of text without csv fields\n");
55 fwrite($file_handle, "\n"); // blank line
H A Dftruncate_error.phpt14 fwrite($file_handle, (binary)"Testing ftruncate error conditions \n");
H A Dreadfile_variation5.phpt28 fwrite($h, "testing readfile");
H A Dfgetcsv_variation22.phpt52 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_variation29.phpt52 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_variation30.phpt52 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_variation31.phpt52 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 Dfile_get_contents_variation3.phpt28 fwrite($h, "contents read");
H A Dcopy_variation16-win32.phpt30 fwrite($file_handle, str_repeat(b"Hello world, this is 2007 year ...\n", 100));
H A Dcopy_variation16.phpt30 fwrite($file_handle, str_repeat("Hello world, this is 2007 year ...\n", 100));
H A Dfgetcsv_variation21.phpt38 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation16.phpt50 fwrite($file_handle, $csv_field . "\n");
54 fwrite($file_handle, "This is line of text without csv fields\n");
55 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation15.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 Dcopy_variation1.phpt18 fwrite( $file_handle, str_repeat(b"Hello2World...\n", 100) );
H A Dfile_get_contents_variation6.phpt28 fwrite($h, "contents read");
H A Dfgetc_variation4.phpt30 fwrite($file_handle, $data);
H A Dfile_variation3.phpt25 fwrite($fd, "Line 1\nLine 2\nLine 3");
H A Dfgetcsv_variation14.phpt36 fwrite($file_handle, "\n"); // blank line
H A Dfile_get_contents_variation5.phpt28 fwrite($h, b"contents read");
H A Dfgetcsv_variation13.phpt37 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetss_variation1-win32.phpt53 fwrite($file_handle,$string_with_tags);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt57 if (strlen($key) != fwrite($fp, $key)) {
H A Dmysqli_pam_sha256_public_key_option.phpt54 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
H A Dmysqli_real_connect_pconn.phpt107 fwrite($fp, '100;z');
/PHP-5.5/ext/gd/libgd/
H A Dgdtest.c408 return fwrite (buffer, 1, len, (FILE *) context); in fwriteWrapper()

Completed in 124 milliseconds

1...<<1112131415161718