Home
last modified time | relevance | path

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

1...<<1112131415161718

/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation9.phpt32 fwrite($file_handle, str_repeat(b"Hello2world...\n", 100));
H A Dsymlink_link_linkinfo_is_link_variation5.phpt41 fwrite($fp, $data);
H A Dfopen_variation14.phpt54 fwrite($h, $readData);
73 fwrite($h, $writeData);
H A Dfopen_variation15.phpt58 fwrite($h, $readData);
77 fwrite($h, $writeData);
H A Dcopy_variation11.phpt17 fwrite($file_handle, str_repeat(b"Hello, world...", 20));
H A Ddisk_free_space_error-win32.phpt30 fwrite( $fh, " Garbage data for the temporary file" );
H A D002.phpt27 fwrite($fp, $data);
H A D007_variation10.phpt36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation18.phpt36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation2.phpt36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dparse_ini_file_variation6.phpt46 fwrite($h, $content);
H A Dreadfile_variation9.phpt26 fwrite($h, "The File Contents");
H A Dfile_variation8.phpt45 fwrite($h, "contents read");
H A D007_variation14.phpt33 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation21.phpt33 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation22.phpt33 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation5.phpt33 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation1.phpt19 fwrite($socket, "abcdefg\n1234567\nxyzxyz\n");
H A Dstream_get_meta_data_file_variation2.phpt13 fwrite($fp, "a line of data\n");
/PHP-5.5/ext/phar/tests/
H A Drefcount1.phpt23 fwrite($fp, b"extra");
/PHP-5.5/sapi/embed/
H A Dphp_embed.c58 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write()
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc55 fwrite($f,$wsdl);
/PHP-5.5/ext/phar/tests/zip/
H A Drefcount1.phpt32 fwrite($fp, b"extra");
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c463 if (fwrite(buf, 1, n, ft) != (size_t)n) { in copy_data()
490 if (fwrite(buf, 1, n, ft) != (size_t)n) { in copy_source()
538 if (fwrite(buf, TORRENT_CRC_LEN, 1, out) != 1) { in write_cdir()
/PHP-5.5/ext/phar/tests/tar/
H A Drefcount1.phpt34 fwrite($fp, b"extra");

Completed in 76 milliseconds

1...<<1112131415161718