Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 443) sorted by path

12345678910>>...18

/PHP-5.5/
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
H A DREADME.STREAMS43 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell, flock.
/PHP-5.5/Zend/tests/
H A Dbug21478.phpt27 fwrite($fp, "This is a test.\n");
H A Dbug38779_1.phpt35 fwrite($fp1, "<"."?php blah blah?".">");
/PHP-5.5/ext/bz2/
H A Dbz2.c102 PHP_FALIAS(bzwrite, fwrite, arginfo_bzwrite)
/PHP-5.5/ext/bz2/tests/
H A Dbz2_filter_compress.phpt12 fwrite($fp, $text);
H A Dbz2_filter_decompress.phpt12 fwrite($fp, $text);
/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/ext/curl/tests/
H A Dbug52827.phpt25 fwrite($s, str_repeat('a',1024));
H A Dcurl_reset.phpt14 fwrite($fp, "test");
H A Dcurl_write_callback.phpt22 fwrite($fp, "test");
H A Dcurl_write_file.phpt17 fwrite($fp, "test");
H A Dcurl_write_return.phpt17 fwrite($fp, "test");
H A Dcurl_write_stdout.phpt16 fwrite($fp, "test");
/PHP-5.5/ext/
H A Dext_skel_win32.php47 fwrite($fp, $dsp_file);
60 fwrite($fp, $php_file);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c72 if (fwrite(buf, 1, nb, fp) != nb) { in file_os2_apptype()
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_file.c82 return fwrite(buf, 1, size, fctx->f); in filePutbuf()
H A Dgdtest.c408 return fwrite (buffer, 1, len, (FILE *) context); in fwriteWrapper()
/PHP-5.5/ext/gd/tests/
H A Dbug72339.phpt10 fwrite($fh, "gd2\x00");
11 fwrite($fh, pack("n", 2));
12 fwrite($fh, pack("n", 1));
13 fwrite($fh, pack("n", 1));
14 fwrite($fh, pack("n", 0x40));
15 fwrite($fh, pack("n", 2));
16 fwrite($fh, pack("n", 0x5AA0)); // Chunks Wide
17 fwrite($fh, pack("n", 0x5B00)); // Chunks Vertically
18 fwrite($fh, str_repeat("\x41\x41\x41\x41", 0x1000000)); // overflow data
H A Dcreatefromwbmp2.phpt37 fwrite($fp, chr($c), 1);
H A Dcreatefromwbmp2_extern.phpt37 fwrite($fp, chr($c), 1);
H A Dimageloadfont_invalid.phpt12 fwrite($fp, $bin);
/PHP-5.5/ext/hash/tests/
H A Dhash_file_basic1.phpt26 if (fwrite($fp, $content) === FALSE) {
H A Dhash_hmac_file_basic.phpt27 if (fwrite($fp, $content) === FALSE) {
/PHP-5.5/ext/interbase/tests/
H A D004.phpt23 fwrite($ftmp,$blob_str);

Completed in 67 milliseconds

12345678910>>...18