Searched refs:fwrite (Results 426 – 443 of 443) sorted by relevance
1...<<1112131415161718
/PHP-5.5/ext/standard/tests/file/ |
H A D | fseek_ftell_rewind_basic2.phpt | 51 fwrite($file_handle,(binary)$data_to_be_written);
|
H A D | 005_variation.phpt | 87 fwrite($file_write_handle, "Hello, world");
|
H A D | fgetss_variation3-win32.phpt | 52 fwrite($file_handle,$string_with_tags); //writing data to the file
|
H A D | fgetss_variation3.phpt | 48 fwrite($file_handle,$string_with_tags); //writing data to the file
|
/PHP-5.5/sapi/cli/ |
H A D | php_cli.c | 282 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write()
|
/PHP-5.5/ |
H A D | README.STREAMS | 43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
|
H A D | NEWS | 4351 . Fixed bug #48607 (fwrite() doesn't check reply from ftp server before 8786 - Fixed bug #36359 (splFileObject::fwrite() doesn't write when no data
|
/PHP-5.5/main/streams/ |
H A D | plain_wrapper.c | 340 return fwrite(buf, 1, count, data->file); in php_stdiop_write()
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_main.c | 294 return fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgibin_single_write()
|
/PHP-5.5/ext/spl/ |
H A D | spl_directory.c | 2841 SPL_METHOD(SplFileObject, fwrite) in SPL_METHOD() argument 3018 SPL_ME(SplFileObject, fwrite, arginfo_file_object_fwrite, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/curl/ |
H A D | interface.c | 1317 return fwrite(data, size, nmemb, t->fp); in curl_write() 1619 return fwrite(data, size, nmemb, t->fp); in curl_write_header()
|
/PHP-5.5/sapi/cgi/ |
H A D | cgi_main.c | 283 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgi_single_write()
|
/PHP-5.5/ext/standard/ |
H A D | file.c | 1173 PHPAPI PHP_FUNCTION(fwrite) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3104 PHP_FE(fwrite, arginfo_fwrite) 3105 PHP_FALIAS(fputs, fwrite, arginfo_fwrite)
|
/PHP-5.5/scripts/dev/ |
H A D | generate-phpt.phar | 824 fwrite ($fh, $string);
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_get_client_stats.phpt | 848 @fwrite($fp, '1;"a"');
|
/PHP-5.5/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1981 FORTIFY_SOURCE set, several warnings "ignoring return value of 'fwrite',
|
/PHP-5.5/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 9249 rc = fwrite(re, 1, size, fd);
|
Completed in 163 milliseconds
1...<<1112131415161718