Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-8.1/ext/curl/tests/
H A Dbug52827.phpt19 fwrite($s, str_repeat('a',1024));
H A Dcurl_write_file.phpt17 fwrite($fp, "test");
/PHP-8.1/Zend/tests/
H A Dbug21478.phpt22 fwrite($fp, "This is a test.\n");
/PHP-8.1/ext/standard/tests/network/
H A Dudgloop.phpt26 fwrite($client, "ABCdef123\n");
/PHP-8.1/ext/standard/tests/streams/
H A Dbug44818.phpt8 var_dump($fd, fwrite($fd, "foo"));
H A Dbug64166_2.phpt8 fwrite($fd, $data);
H A Dset_file_buffer.phpt33 var_dump(fwrite($fd, str_repeat('0', 70)));
/PHP-8.1/ext/standard/tests/file/
H A Dreadfile_variation6.phpt31 fwrite($h, "File in include path");
H A Dreadfile_variation7.phpt31 fwrite($h, "File in script location");
H A Dfile_get_contents_variation1.phpt32 fwrite($h, "File in include path");
H A Dfile_get_contents_variation2.phpt33 fwrite($h, "File in script location");
H A Dfile_variation7.phpt8 fwrite($fd, "Line 1\n\n \n \n\Line 3");
H A Dfileowner_basic.phpt17 fwrite($file_handle, $string);
H A Dfopen_variation12.phpt14 fwrite($h, "This is the test file");
H A Dfopen_variation13.phpt27 fwrite($h, "This is the test file");
H A Ddisk_total_space_error-win32.phpt18 fwrite( $fh, " Garbage data for the temporary file" );
/PHP-8.1/ext/standard/tests/filters/
H A Dbug35916.phpt37 fwrite($fp, "Thank you\n");
/PHP-8.1/tests/output/
H A Dstream_isatty.inc34 fwrite(STDERR, $result);
/PHP-8.1/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt11 fwrite($fp, $original);
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_021.phpt15 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_012.phpt17 if(fwrite($fp, <<<HEADER
/PHP-8.1/ext/phar/tests/
H A Dopen_for_write_newfile.phpt21 fwrite($fp, 'extra');
/PHP-8.1/ext/phar/tests/tar/
H A Dopen_for_write_existing.phpt30 fwrite($fp, 'extra');
/PHP-8.1/ext/openssl/tests/
H A Dbug73072.phpt26 fwrite(STDERR, "done\n");
/PHP-8.1/ext/phar/tests/zip/
H A Dopen_for_write_existing.phpt29 fwrite($fp, 'extra');

Completed in 26 milliseconds

12345678910>>...21