Home
last modified time | relevance | path

Searched refs:fwrite (Results 1 – 25 of 503) sorted by last modified time

12345678910>>...21

/PHP-7.2/
H A DNEWS2158 . Fixed bug #72333 (fwrite() on non-blocking SSL sockets doesn't work).
H A Dserver-tests.php177 $out = fwrite($pipes[0],$input);
1023 fwrite($fp, $failed_tests_data);
1030 fwrite($fp, "\nThank you for helping to make PHP better.\n");
H A Drun-tests.php1063 fwrite($fs, "Host: " . $host . "\r\n");
1064 fwrite($fs, "User-Agent: QA Browser 0.1\r\n");
1067 fwrite($fs, $data);
1068 fwrite($fs, "\r\n\r\n");
1150 fwrite($pipes[0], $stdin);
1225 fwrite($failed_tests_file, "$index\n");
1228 fwrite($result_tests_file, "$result\t$index\n");
2653 fwrite($html_file, "<table>\n");
2664 fwrite($html_file, "</table>\n");
2770 fwrite($html_file,
[all …]
/PHP-7.2/ext/standard/tests/filters/
H A Dbug79468.phpt12 fwrite($fp, "This is ");
/PHP-7.2/ext/spl/
H A Dspl_directory.c2899 SPL_METHOD(SplFileObject, fwrite) in SPL_METHOD() argument
3097 SPL_ME(SplFileObject, fwrite, arginfo_file_object_fwrite, ZEND_ACC_PUBLIC)
/PHP-7.2/win32/build/
H A Dmkdist.php168 fwrite($fp, $text);
284 fwrite($fp, <<<EOT
297 fwrite($fp, "===========================\r\n");
301 fwrite($fp, "\r\n\r\n");
310 fwrite($fp, "===========================\r\n");
314 fwrite($fp, "\r\n");
/PHP-7.2/tests/output/
H A Dstream_isatty.inc35 fwrite(STDERR, $result);
/PHP-7.2/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php23 fwrite ($fh, $string);
/PHP-7.2/scripts/dev/
H A Dgenerate-phpt.phar824 fwrite ($fh, $string);
/PHP-7.2/sapi/phpdbg/
H A Dcreate-test.php80 fwrite($pipes[0], $in);
149 fwrite(STDERR, $testdata);
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc445 fwrite($this->_sock, $this->buildPacket(self::GET_VALUES, $request, 0));
535 if (fwrite($this->_sock, $request) === false || fflush($this->_sock) === false) {
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c305 return fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgibin_single_write()
/PHP-7.2/sapi/cli/tests/
H A Dphp_cli_server_015.phpt26 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_016.phpt30 if(fwrite($fp, <<<HEADER
H A Dupload_2G.phpt55 fwrite($fp, <<<EOF
67 fwrite($fp, $data) or die("write failed @ ($i)");
70 fwrite($fp, $post) or die("write post failed");
H A Dbug61679.phpt25 if(fwrite($fp, <<<HEADER
H A Dbug61977.phpt31 if (fwrite($fp, $header)) {
H A Dbug67429.phpt26 if(fwrite($fp, <<<HEADER
/PHP-7.2/sapi/embed/
H A Dphp_embed.c62 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c293 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write()
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c315 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgi_single_write()
/PHP-7.2/main/streams/
H A Dplain_wrapper.c366 return fwrite(buf, 1, count, data->file); in php_stdiop_write()
/PHP-7.2/main/
H A Doutput.c92 fwrite(str, 1, str_len, stdout); in php_output_stdout()
97 fwrite(str, 1, str_len, stderr); in php_output_stderr()
/PHP-7.2/ext/zlib/
H A Dzlib.c1402 PHP_FALIAS(gzwrite, fwrite, arginfo_gzputs)
1403 PHP_FALIAS(gzputs, fwrite, arginfo_gzputs)
/PHP-7.2/ext/zlib/tests/
H A Dgzreadgzwriteplain.phpt12 fwrite($fp, $original);

Completed in 144 milliseconds

12345678910>>...21