Home
last modified time | relevance | path

Searched refs:fwrite (Results 376 – 400 of 443) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_variation1.phpt49 fwrite($file_handle,$string_with_tags);
H A Dfgetcsv_variation20.phpt38 fwrite($file_handle, "This is line of text without csv fields\n");
H A Dfgetcsv_variation8.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_variation9.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 Dcopy_variation2-win32.phpt23 fwrite( $file_handle, str_repeat(b"Hello2World...\n", 100) );
H A Dfile_variation4.phpt25 fwrite($fd, "Line 1\nLine 2\nLine 3");
H A Dcopy_variation4.phpt26 fwrite( $file_handle, str_repeat(b"Hello2World...\n", 100) );
H A Dfgetss_basic2-win32.phpt45 fwrite($file_handle,$string_with_tags); //writing data to the file
H A Dfgetss_basic2.phpt43 fwrite($file_handle,$string_with_tags); //writing data to the file
H A Dfgetss_variation5-win32.phpt50 fwrite($file_handle,$string_with_tags); //writing data to the file
H A Dfgetss_variation5.phpt47 fwrite($file_handle,$string_with_tags); //writing data to the file
H A Dfile_get_contents_variation4.phpt28 fwrite($h, "contents read");
H A Dreadfile_variation4.phpt28 fwrite($h, "testing readfile");
H A Dfgetcsv_variation17.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_variation24.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_variation7.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_variation1.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_variation19.phpt51 fwrite($file_handle, $csv_field . "\n");
55 fwrite($file_handle, "This is line of text without csv fields\n");
56 fwrite($file_handle, "\n"); // blank line
H A Dfgetcsv_variation2.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 Dcopy_variation2.phpt23 fwrite( $file_handle, str_repeat(b"Hello2World...\n", 100) );
/PHP-5.5/
H A Dserver-tests.php185 $out = fwrite($pipes[0],$input);
1036 fwrite($fp, $failed_tests_data);
1043 fwrite($fp, "\nThank you for helping to make PHP better.\n");
/PHP-5.5/ext/interbase/tests/
H A D004.phpt23 fwrite($ftmp,$blob_str);
/PHP-5.5/ext/zlib/
H A Dzlib.c860 PHP_FALIAS(gzwrite, fwrite, arginfo_gzputs)
861 PHP_FALIAS(gzputs, fwrite, arginfo_gzputs)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt128 fwrite($fp, '100;z');
/PHP-5.5/ext/bz2/
H A Dbz2.c102 PHP_FALIAS(bzwrite, fwrite, arginfo_bzwrite)

Completed in 57 milliseconds

1...<<1112131415161718