/PHP-7.3/ext/standard/tests/streams/ |
H A D | proc_open_bug51800_right.phpt | 10 $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 D | proc_open_bug51800_right2.phpt | 10 $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 D | proc_open_bug51800.phpt | 26 $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 D | bug72853.phpt | 14 1 => array('pipe', 'w'), // stdout
|
H A D | bug64770.phpt | 8 1 => array('pipe', 'w'), // stdout
|
H A D | stream_multi_filters_close.phpt | 44 $r = fopen("php://stdout", "w+");
|
H A D | bug60602.phpt | 8 1 => array('pipe', 'w'), // stdout
|
H A D | bug61019.phpt | 10 1 => array("pipe", "w"), // stdout is a pipe that the child will write to
|
/PHP-7.3/sapi/embed/ |
H A D | php_embed.c | 46 fflush(stdout); in php_embed_deactivate() 61 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write() 87 if (fflush(stdout)==EOF) { in php_embed_flush() 186 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ in php_embed_init()
|
/PHP-7.3/sapi/fpm/tests/ |
H A D | log-bwd-multiple-msgs-stdout-stderr.phpt | 2 FPM: Buffered worker output decorated log with multiple continuous messages (stdout/stderr mixed) 25 file_put_contents('php://stdout', "msg 1 - ");
|
/PHP-7.3/ext/gd/tests/ |
H A D | bug39082.phpt | 2 Bug #39082 (Output image to stdout segfaults).
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | bug45303.phpt | 5 $fd = fopen("php://stdout","a");
|
/PHP-7.3/ext/zlib/tests/ |
H A D | zlib_filter_deflate.phpt | 9 $fp = fopen('php://stdout', 'w');
|
H A D | zlib_filter_inflate.phpt | 9 $fp = fopen('php://stdout', 'w');
|
H A D | zlib_filter_deflate2.phpt | 9 $fp = fopen('php://stdout', 'w');
|
/PHP-7.3/ext/bz2/tests/ |
H A D | bz2_filter_compress.phpt | 9 $fp = fopen('php://stdout', 'w');
|
H A D | bz2_filter_decompress.phpt | 9 $fp = fopen('php://stdout', 'w');
|
/PHP-7.3/sapi/phpdbg/ |
H A D | test.php | 6 $stdout = fopen("php://stdout", "w+"); variable
|
H A D | phpdbg.c | 279 fflush(stdout); in PHP_MSHUTDOWN_FUNCTION() 892 fprintf(stdout, "%s\n", message); in php_sapi_phpdbg_log_message() 1214 dup2(*socket, fileno(stdout)); in phpdbg_remote_init() 1217 setbuf(stdout, NULL); in phpdbg_remote_init() 1687 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() 1688 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main() 1830 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() 1831 PHPDBG_G(io)[PHPDBG_STDOUT].fd = fileno(stdout); in main() 1841 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() 1846 PHPDBG_G(io)[PHPDBG_STDOUT].ptr = stdout; in main() [all …]
|
/PHP-7.3/ext/openssl/tests/ |
H A D | stream_server_reneg_limit.phpt | 75 list($stdin, $stdout, $stderr) = $pipes; 87 fclose($stdout);
|
/PHP-7.3/tests/output/ |
H A D | stream_isatty.inc | 10 'STDOUT (fopen)' => fopen('php://stdout', 'wb'),
|
H A D | sapi_windows_vt100_support.inc | 33 'STDOUT (fopen)' => fopen('php://stdout', 'wb'),
|
/PHP-7.3/sapi/cgi/tests/ |
H A D | 006.phpt | 6 display_errors=stdout
|
/PHP-7.3/ext/gd/libgd/ |
H A D | gdkanji.c | 65 fprintf (stdout, "%s: ", LIBNAME); in debug() 66 vfprintf (stdout, format, args); in debug() 67 fprintf (stdout, "\n"); in debug()
|
/PHP-7.3/sapi/cli/ |
H A D | php_cli.c | 281 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in sapi_cli_single_write() 282 if (ret == 0 && ferror(stdout)) { in sapi_cli_single_write() 331 if (fflush(stdout)==EOF && errno!=EBADF) { in sapi_cli_flush() 387 fflush(stdout); in sapi_cli_deactivate() 926 fflush(stdout); in do_cli() 1267 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ in WinMain()
|