Home
last modified time | relevance | path

Searched refs:stdout (Results 1 – 25 of 50) sorted by relevance

12

/PHP-7.2/ext/standard/tests/streams/
H A Dproc_open_bug51800_right.phpt10 $stdout = "";
16 1 => array("pipe", "wb"), // stdout
44 $stdout .= fread($pipes[1], 1024);
55 "stdout" => $stdout,
57 ), strlen($stdout), strlen($stderr));
70 ["stdout"]=>
H A Dproc_open_bug51800_right2.phpt10 $stdout = "";
16 1 => array("pipe", "wb"), // stdout
50 $stdout .= fread($pipes[1], 1024);
61 "stdout" => $stdout,
63 ), strlen($stdout), strlen($stderr));
76 ["stdout"]=>
H A Dproc_open_bug51800.phpt26 $stdout = "";
32 1 => array("pipe", "wb"), // stdout
60 $stdout .= fread($pipes[1], 1024);
72 "stdout" => $stdout,
74 ), strlen($stdout), strlen($stderr));
87 ["stdout"]=>
H A Dbug72853.phpt14 1 => array('pipe', 'w'), // stdout
H A Dbug64770.phpt8 1 => array('pipe', 'w'), // stdout
H A Dstream_multi_filters_close.phpt44 $r = fopen("php://stdout", "w+");
H A Dbug60602.phpt8 1 => array('pipe', 'w'), // stdout
H A Dbug61019.phpt10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
/PHP-7.2/sapi/embed/
H A Dphp_embed.c47 fflush(stdout); in php_embed_deactivate()
62 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write()
88 if (fflush(stdout)==EOF) { in php_embed_flush()
187 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ in php_embed_init()
/PHP-7.2/ext/gd/tests/
H A Dbug39082.phpt2 Bug #39082 (Output image to stdout segfaults).
/PHP-7.2/ext/standard/tests/file/
H A Dbug45303.phpt5 $fd = fopen("php://stdout","a");
/PHP-7.2/ext/bz2/tests/
H A Dbz2_filter_decompress.phpt9 $fp = fopen('php://stdout', 'w');
H A Dbz2_filter_compress.phpt9 $fp = fopen('php://stdout', 'w');
/PHP-7.2/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt9 $fp = fopen('php://stdout', 'w');
H A Dzlib_filter_inflate.phpt9 $fp = fopen('php://stdout', 'w');
H A Dzlib_filter_deflate2.phpt9 $fp = fopen('php://stdout', 'w');
/PHP-7.2/sapi/phpdbg/
H A Dtest.php6 $stdout = fopen("php://stdout", "w+"); variable
H A Dphpdbg.c285 fflush(stdout); in PHP_MSHUTDOWN_FUNCTION()
898 fprintf(stdout, "%s\n", message); in php_sapi_phpdbg_log_message()
1223 dup2(*socket, fileno(stdout)); in phpdbg_remote_init()
1226 setbuf(stdout, NULL); in phpdbg_remote_init()
1694 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1695 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1837 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1838 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main()
1848 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
1853 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main()
[all …]
/PHP-7.2/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt75 list($stdin, $stdout, $stderr) = $pipes;
87 fclose($stdout);
/PHP-7.2/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-7.2/sapi/cgi/tests/
H A D006.phpt6 display_errors=stdout
/PHP-7.2/ext/gd/libgd/
H A Dgdkanji.c65 fprintf (stdout, "%s: ", LIBNAME); in debug()
66 vfprintf (stdout, format, args); in debug()
67 fprintf (stdout, "\n"); in debug()
H A Dwebpng.c248 out = stdout; in main()
/PHP-7.2/sapi/cli/
H A Dphp_cli.c293 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write()
339 if (fflush(stdout)==EOF && errno!=EBADF) { in sapi_cli_flush()
395 fflush(stdout); in sapi_cli_deactivate()
937 fflush(stdout); in do_cli()
1278 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ in WinMain()

Completed in 38 milliseconds

12