Home
last modified time | relevance | path

Searched refs:stdout (Results 26 – 50 of 61) sorted by relevance

123

/php-src/ext/standard/tests/streams/
H A Dbug72853.phpt14 1 => array('pipe', 'w'), // stdout
H A Dbug60602.phpt8 1 => array('pipe', 'w'), // stdout
H A Dstream_multi_filters_close.phpt44 $r = fopen("php://stdout", "w+");
H A Dbug61019.phpt10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
/php-src/sapi/cli/tests/
H A Dgh8827-003.phpt15 $stdoutStream = fopen('php://stdout', 'r');
/php-src/tests/output/
H A Dstream_isatty.inc10 'STDOUT (fopen)' => fopen('php://stdout', 'wb'),
H A Dsapi_windows_vt100_support.inc33 'STDOUT (fopen)' => fopen('php://stdout', 'wb'),
/php-src/sapi/cgi/tests/
H A D006.phpt6 display_errors=stdout
H A D012.phpt6 display_errors=stdout
/php-src/ext/gd/libgd/
H A Dgdkanji.c63 fprintf (stdout, "%s: ", LIBNAME); in debug()
64 vfprintf (stdout, format, args); in debug()
65 fprintf (stdout, "\n"); in debug()
H A Dwebpng.c248 out = stdout; in main()
H A Dwbmp.c381 writewbmp (wbmp, &putout, stdout); in main()
/php-src/benchmark/
H A Dbenchmark.php60 return $result->stdout;
/php-src/tests/strings/
H A D002.phpt6 $fp = fopen("php://stdout", "w") or die("Bug!!");
/php-src/sapi/phpdbg/
H A Dphpdbg.c216 fflush(stdout); in PHP_MSHUTDOWN_FUNCTION()
777 fprintf(stdout, "%s\n", message); in php_sapi_phpdbg_log_message()
865 int stat_stdout = fstat(fileno(stdout), &stat[0]); in phpdbg_stdiop_write()
1159 _setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ in main()
1369 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1475 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
H A Dphpdbg_utils.c361 columns = (uint32_t) ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_col : 80; in phpdbg_get_terminal_width()
382 lines = (uint32_t) ioctl(fileno(stdout), TIOCGWINSZ, &w) == 0 ? w.ws_row : 40; in phpdbg_get_terminal_height()
/php-src/ext/pgsql/tests/
H A D05large_object.phpt42 /* Will write to stdout */
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c268 file = stdout; in php_stream_url_wrap_php()
/php-src/sapi/fpm/
H A Dwww.conf.in427 ; Redirect worker stdout and stderr into main error log. If not set, stdout and
435 ; the child that writes to the log and if stdout or stderr is used as well as
437 ; Settings to "no" will output data as written to the stdout or stderr.
/php-src/sapi/cgi/
H A Dcgi_main.c305 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgi_single_write()
352 if (fflush(stdout) == EOF) { in sapi_cgi_flush()
1785 _setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */
2300 fflush(stdout);
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c259 return fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cgibin_single_write()
299 if (fflush(stdout) == EOF) { in sapi_cgibin_flush()
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c1081 (void)fflush(stdout); in uncompressbuf()
/php-src/ext/phar/phar/
H A Dpharcommand.inc1081 "If no output file is specified as stub then stdout is being used.";
1302 "If no output file is specified for meta data then stdout is being used.\n" .
/php-src/sapi/fpm/tests/
H A Dlogtool.inc10 const P_PREFIX_STDOUT = '\[pool unconfined\] child \d+ said into stdout: ';
/php-src/main/
H A Doutput.c86 fwrite(str, 1, str_len, stdout); in php_output_stdout()

Completed in 52 milliseconds

123