Home
last modified time | relevance | path

Searched refs:fwrite (Results 451 – 475 of 526) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/standard/tests/file/
H A Dfopen_variation15-win32.phpt60 fwrite($h, $readData);
79 fwrite($h, $writeData);
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 Dcopy_variation16.phpt25 fwrite($file_handle, str_repeat("Hello world, this is 2007 year ...\n", 100));
H A Dfgetc_variation3.phpt30 fwrite($file_handle, $data);
H A Dfgetcsv_variation21.phpt33 fwrite($file_handle, "\n"); // blank line
H A Dfgets_variation1.phpt26 fwrite($file_handle, $data);
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
H A Dfgetcsv_variation31.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 Dcopy_variation1.phpt13 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dcopy_variation16-win32.phpt25 fwrite($file_handle, str_repeat("Hello world, this is 2007 year ...\n", 100));
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_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 Dcopy_variation4.phpt21 fwrite( $file_handle, str_repeat("Hello2World...\n", 100) );
H A Dfgetc_variation4.phpt25 fwrite($file_handle, $data);
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_variation20.phpt33 fwrite($file_handle, "This is line of text without csv fields\n");
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt15 fwrite($temp, $html);
/php-src/ext/soap/tests/
H A Dbug73037.phpt106 if(fwrite($fp, "$hdrs\n\n$data")) {
/php-src/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt55 if (strlen($key) != fwrite($fp, $key)) {
H A Dmysqli_pam_sha256_public_key_option.phpt52 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
/php-src/ext/gd/libgd/
H A Dgdtest.c408 return fwrite (buffer, 1, len, (FILE *) context); in fwriteWrapper()

Completed in 43 milliseconds

1...<<11121314151617181920>>...22