Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt22 fwrite($f, $dtd);
H A Dlibxml_set_external_entity_loader_trampoline.phpt19 fwrite($f, self::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/curl/tests/
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/file/
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/gd/tests/
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/zlib/tests/
H A Dzlib_wrapper_level.phpt21 fwrite($fp, $thisfile);
/php-src/ext/standard/tests/streams/
H A Dset_file_buffer.phpt34 var_dump(fwrite($fd, str_repeat('0', 70)));
H A Dbug44818.phpt8 var_dump($fd, fwrite($fd, "foo"));
H A Dbug64166_2.phpt8 fwrite($fd, $data);
/php-src/ext/standard/tests/network/
H A Dudgloop.phpt26 fwrite($client, "ABCdef123\n");
/php-src/Zend/tests/
H A Dbug21478.phpt22 fwrite($fp, "This is a test.\n");
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_documentURI.phpt12 fwrite($memory, "foobar");
/php-src/ext/openssl/tests/
H A Dgh13860.phpt21 fwrite($client, "xx");
/php-src/ext/mysqli/tests/
H A Dlocal_infile_tools.inc70 if (!fwrite($fp, "97;'x';\n") ||
71 !fwrite($fp, "98;'y';\n") ||
72 !fwrite($fp, "99;'z';\n")) {

Completed in 25 milliseconds

12345678910>>...21