Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-5.5/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2.phpt51 fwrite($file_handle,(binary)$data_to_be_written);
H A D005_variation.phpt87 fwrite($file_write_handle, "Hello, world");
H A Dfgetss_variation3-win32.phpt52 fwrite($file_handle,$string_with_tags); //writing data to the file
H A Dfgetss_variation3.phpt48 fwrite($file_handle,$string_with_tags); //writing data to the file
/PHP-5.5/sapi/cli/
H A Dphp_cli.c282 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write()
/PHP-5.5/
H A DREADME.STREAMS43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
H A DNEWS4351 . 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 Dplain_wrapper.c340 return fwrite(buf, 1, count, data->file); in php_stdiop_write()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c294 return fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgibin_single_write()
/PHP-5.5/ext/spl/
H A Dspl_directory.c2841 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 Dinterface.c1317 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 Dcgi_main.c283 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgi_single_write()
/PHP-5.5/ext/standard/
H A Dfile.c1173 PHPAPI PHP_FUNCTION(fwrite) in PHP_FUNCTION() argument
H A Dbasic_functions.c3104 PHP_FE(fwrite, arginfo_fwrite)
3105 PHP_FALIAS(fputs, fwrite, arginfo_fwrite)
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar824 fwrite ($fh, $string);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt848 @fwrite($fp, '1;"a"');
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1981 FORTIFY_SOURCE set, several warnings "ignoring return value of 'fwrite',
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt9249 rc = fwrite(re, 1, size, fd);

Completed in 117 milliseconds

1...<<1112131415161718