Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-5.6/win32/build/
H A Dmkdist.php146 fwrite($fp, $text);
262 fwrite($fp, <<<EOT
275 fwrite($fp, "===========================\r\n");
279 fwrite($fp, "\r\n\r\n");
288 fwrite($fp, "===========================\r\n");
292 fwrite($fp, "\r\n");
/PHP-5.6/scripts/dev/generate-phpt/src/
H A DgtTestCaseWriter.php23 fwrite ($fh, $string);
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar824 fwrite ($fh, $string);
/PHP-5.6/
H A Dserver-tests.php185 $out = fwrite($pipes[0],$input);
1036 fwrite($fp, $failed_tests_data);
1043 fwrite($fp, "\nThank you for helping to make PHP better.\n");
/PHP-5.6/sapi/milter/
H A Dmilter.php28 fwrite($GLOBALS['log'], date("[H:i:s d.m.Y]") . "\t{$msg}\n");
/PHP-5.6/sapi/fpm/tests/
H A Dfcgi.inc415 fwrite($this->_sock, $this->buildPacket(self::GET_VALUES, $request, 0));
482 if (fwrite($this->_sock, $request) === false || fflush($this->_sock) === false) {
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c295 return fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgibin_single_write()
/PHP-5.6/sapi/embed/
H A Dphp_embed.c58 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write()
/PHP-5.6/sapi/cli/tests/
H A Dbug61679.phpt25 if(fwrite($fp, <<<HEADER
H A Dbug65633.phpt23 if(fwrite($fp, <<<HEADER
H A Dbug66606_2.phpt22 if (fwrite($fp, <<<HEADER
H A Dbug66830.phpt23 if(fwrite($fp, <<<HEADER
H A Dbug67429.phpt25 if(fwrite($fp, <<<HEADER
H A Dbug68745.phpt20 if(fwrite($fp, "GET www.example.com:80 HTTP/1.1\r\n\r\n")) {
H A Dphp_cli_server_004.phpt22 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_005.phpt34 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_006.phpt20 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_007.phpt20 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_008.phpt20 if(fwrite($fp, <<<HEADER
40 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_009.phpt23 if(fwrite($fp, <<<HEADER
43 if(fwrite($fp, <<<HEADER
63 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_010.phpt20 if(fwrite($fp, <<<HEADER
40 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_012.phpt22 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_013.phpt22 if(fwrite($fp, <<<HEADER
46 if(fwrite($fp, <<<HEADER
67 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_014.phpt25 if(fwrite($fp, <<<HEADER
44 if(fwrite($fp, <<<HEADER
H A Dphp_cli_server_015.phpt26 if(fwrite($fp, <<<HEADER

Completed in 112 milliseconds

12345678910>>...19