Home
last modified time | relevance | path

Searched refs:fwrite (Results 201 – 225 of 504) sorted by relevance

12345678910>>...21

/PHP-8.1/Zend/tests/
H A Dgh11189_1.phpt17 fwrite(STDOUT, "Success");
/PHP-8.1/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt41 fwrite($file_handle, $str);
42 fwrite($file_handle, $newline);
H A Dbug37158.phpt20 fwrite($fp, $x);
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));
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_007.phpt15 if(fwrite($fp, <<<HEADER
H A Dbug73630.phpt23 if (fwrite($fp, <<<HEADER
H A Dbug66606_2.phpt17 if (fwrite($fp, <<<HEADER
H A Dphp_cli_server_016.phpt25 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_004.phpt17 if(fwrite($fp, <<<HEADER
/PHP-8.1/ext/standard/tests/network/
H A Dtcp4loop.phpt30 fwrite($client, "ABCdef123\n");
/PHP-8.1/ext/standard/tests/filters/
H A Dbug72941.phpt29 fwrite($stream, 'hello, world');
/PHP-8.1/ext/zlib/
H A Dzlib_arginfo.h149 ZEND_FUNCTION(fwrite);
181 ZEND_FALIAS(gzwrite, fwrite, arginfo_gzwrite)
182 ZEND_FALIAS(gzputs, fwrite, arginfo_gzputs)
/PHP-8.1/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");
/PHP-8.1/ext/standard/tests/streams/
H A Dbug64166.phpt8 fwrite($fd, $data);
/PHP-8.1/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-8.1/ext/phar/tests/
H A Dphar_stub.phpt38 fwrite($fp, $file);
51 fwrite($fp, 'booya');
H A Dopen_for_write_existing.phpt21 fwrite($fp, 'extra');
/PHP-8.1/ext/standard/tests/http/
H A Dserver.inc74 fwrite($output, "\r\n");
77 fwrite($output, "$line\r\n");
/PHP-8.1/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt22 fwrite($f, $dtd);
/PHP-8.1/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt19 fwrite($fp, $thisfile);

Completed in 22 milliseconds

12345678910>>...21