Home
last modified time | relevance | path

Searched refs:fwrite (Results 226 – 250 of 535) sorted by relevance

12345678910>>...22

/php-src/ext/gd/tests/
H A Dimageloadfont_invalid.phpt10 fwrite($fp, $bin);
H A Dbug81739.phpt9 fwrite($s, "\x01\x00\x00\x00\x20\x00\x00\x00\x08\x00\x00\x00\x08\x00\x00\x00");
/php-src/ext/curl/tests/
H A Dcurl_write_return.phpt17 fwrite($fp, "test");
H A Dcurl_write_stdout.phpt16 fwrite($fp, "test");
H A Dcurl_write_callback.phpt22 fwrite($fp, "test");
H A Dbug52827.phpt19 fwrite($s, str_repeat('a',1024));
H A Dcurl_write_file.phpt17 fwrite($fp, "test");
/php-src/ext/standard/tests/streams/
H A Dbug64166.phpt8 fwrite($fd, $data);
H A Dset_file_buffer.phpt34 var_dump(fwrite($fd, str_repeat('0', 70)));
/php-src/ext/standard/tests/file/
H A Dbug37158.phpt20 fwrite($fp, $x);
H A Dpopen_pclose_basic.phpt42 fwrite($file_handle, $str);
43 fwrite($file_handle, $newline);
H A Ddisk_total_space_error.phpt18 fwrite( $fh, " Garbage data for the temporary file" );
H A Dsymlink_link_linkinfo_is_link_variation3.phpt34 fwrite($file, str_repeat("text", 20) );
56 fwrite($fp, "Hello World");
78 fwrite($file, "Hello World");
H A Dcopy_variation10.phpt12 fwrite($file_handle, str_repeat("Hello2world...\n", 100));
H A Dreadfile_variation6.phpt31 fwrite($h, "File in include path");
H A Dreadfile_variation7.phpt31 fwrite($h, "File in script location");
/php-src/ext/standard/tests/http/
H A Dserver.inc74 fwrite($output, "\r\n");
77 fwrite($output, "$line\r\n");
/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt22 fwrite($f, $dtd);
/php-src/sapi/cli/tests/
H A Dbug66606_2.phpt17 if (fwrite($fp, <<<HEADER
H A Dgh8827-002.phpt20 fwrite($stdout, $buffer);
H A Dgh13113.phpt21 if(fwrite($fp, $request)) {
H A Dphp_cli_server_004.phpt17 if(fwrite($fp, <<<HEADER
/php-src/ext/phar/tests/
H A Dopen_for_write_existing.phpt21 fwrite($fp, 'extra');
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt21 fwrite($fp, $thisfile);
/php-src/ext/standard/tests/network/
H A Dudgloop.phpt26 fwrite($client, "ABCdef123\n");

Completed in 21 milliseconds

12345678910>>...22