Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc66 fwrite($output, "\r\n");
69 fwrite($output, "$line\r\n");
/PHP-7.4/
H A Drun-tests.php1143 fwrite($fs, "Host: " . $host . "\r\n");
1144 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
1147 fwrite($fs, $data);
1148 fwrite($fs, "\r\n\r\n");
1230 fwrite($pipes[0], $stdin);
1335 fwrite($failed_tests_file, "$index\n");
1461 if (fwrite($workerSock, $greeting) === FALSE) {
3174 fwrite($html_file, "<table>\n");
3185 fwrite($html_file, "</table>\n");
3305 fwrite(
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dbug37158.phpt20 fwrite($fp, $x);
H A Dfopen_variation10-win32.phpt53 fwrite($h, "file in $rootdir");
57 fwrite($h, "file in fopen10.tmpDir");
61 fwrite($h, "file in root");
H A Dfopen_variation11-win32.phpt52 fwrite($h, "file in $rootdir");
56 fwrite($h, "file in fopen11.tmpDir");
60 fwrite($h, "file in root");
/PHP-7.4/ext/standard/tests/streams/
H A Dbug64166.phpt8 fwrite($fd, $data);
H A Dbug64166_2.phpt8 fwrite($fd, $data);
H A Dset_file_buffer.phpt33 var_dump(fwrite($fd, str_repeat('0', 70)));
H A Dbug44818.phpt8 var_dump($fd, fwrite($fd, "foo"));
/PHP-7.4/ext/curl/tests/
H A Dcurl_reset.phpt14 fwrite($fp, "test");
H A Dcurl_write_callback.phpt22 fwrite($fp, "test");
H A Dcurl_write_return.phpt17 fwrite($fp, "test");
H A Dcurl_write_stdout.phpt16 fwrite($fp, "test");
/PHP-7.4/sapi/cli/tests/
H A Dbug73630.phpt23 if (fwrite($fp, <<<HEADER
H A Dphp_cli_server_016.phpt25 if(fwrite($fp, <<<HEADER
H A Dbug66606_2.phpt17 if (fwrite($fp, <<<HEADER
H A Dphp_cli_server_004.phpt17 if(fwrite($fp, <<<HEADER
/PHP-7.4/ext/zlib/tests/
H A Dzlib_wrapper_level.phpt17 fwrite($fp, $thisfile);
/PHP-7.4/Zend/tests/
H A Dbug21478.phpt22 fwrite($fp, "This is a test.\n");
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt22 fwrite($f, $dtd);
/PHP-7.4/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-7.4/ext/standard/tests/network/
H A Dudgloop.phpt26 fwrite($client, "ABCdef123\n");
/PHP-7.4/ext/gd/tests/
H A Dimageloadfont_invalid.phpt12 fwrite($fp, $bin);
/PHP-7.4/ext/standard/tests/filters/
H A Dbug35916.phpt34 fwrite($fp, "Thank you\n");

Completed in 36 milliseconds

12345678910>>...21