Home
last modified time | relevance | path

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

123

/PHP-5.6/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-5.6/sapi/embed/
H A Dphp_embed.c43 fflush(stdout); in php_embed_deactivate()
58 ret = fwrite(str, 1, MIN(str_length, 16384), stdout); in php_embed_single_write()
84 if (fflush(stdout)==EOF) { in php_embed_flush()
184 setmode(_fileno(stdout), O_BINARY); /* make the stdio mode be binary */ in php_embed_init()
/PHP-5.6/ext/mbstring/oniguruma/
H A Dtestc.c61 fprintf(stdout, "OK(N): /%s/ '%s'\n", pattern, str); in xx()
65 fprintf(stdout, "FAIL: /%s/ '%s'\n", pattern, str); in xx()
71 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", pattern, str); in xx()
76 fprintf(stdout, "OK: /%s/ '%s'\n", pattern, str); in xx()
80 fprintf(stdout, "FAIL: /%s/ '%s' %d-%d : %d-%d\n", pattern, str, in xx()
115 fprintf(stdout, "OK(N): /%s/ '%s'\n", pattern, str); in xx()
119 fprintf(stdout, "FAIL: /%s/ '%s'\n", pattern, str); in xx()
125 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", pattern, str); in xx()
130 fprintf(stdout, "OK: /%s/ '%s'\n", pattern, str); in xx()
161 err_file = stdout; in main()
[all …]
H A Dtestu.c89 fprintf(stdout, "OK(N): /%s/ '%s'\n", cpat, cstr); in xx()
93 fprintf(stdout, "FAIL: /%s/ '%s'\n", cpat, cstr); in xx()
99 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", cpat, cstr); in xx()
104 fprintf(stdout, "OK: /%s/ '%s'\n", cpat, cstr); in xx()
108 fprintf(stdout, "FAIL: /%s/ '%s' %d-%d : %d-%d\n", cpat, cstr, in xx()
161 fprintf(stdout, "OK(N): /%s/ '%s'\n", cpat, cstr); in xx()
165 fprintf(stdout, "FAIL: /%s/ '%s'\n", cpat, cstr); in xx()
171 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", cpat, cstr); in xx()
176 fprintf(stdout, "OK: /%s/ '%s'\n", cpat, cstr); in xx()
207 err_file = stdout; in main()
[all …]
/PHP-5.6/ext/mbstring/oniguruma/win32/
H A Dtestc.c61 fprintf(stdout, "OK(N): /%s/ '%s'\n", pattern, str); in xx()
65 fprintf(stdout, "FAIL: /%s/ '%s'\n", pattern, str); in xx()
71 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", pattern, str); in xx()
76 fprintf(stdout, "OK: /%s/ '%s'\n", pattern, str); in xx()
80 fprintf(stdout, "FAIL: /%s/ '%s' %d-%d : %d-%d\n", pattern, str, in xx()
115 fprintf(stdout, "OK(N): /%s/ '%s'\n", pattern, str); in xx()
119 fprintf(stdout, "FAIL: /%s/ '%s'\n", pattern, str); in xx()
125 fprintf(stdout, "FAIL(N): /%s/ '%s'\n", pattern, str); in xx()
130 fprintf(stdout, "OK: /%s/ '%s'\n", pattern, str); in xx()
161 err_file = stdout; in main()
[all …]
/PHP-5.6/sapi/milter/
H A DTODO3 stdout to syslog
/PHP-5.6/ext/gd/tests/
H A Dbug39082.phpt2 Bug #39082 (Output image to stdout segfaults).
/PHP-5.6/ext/standard/tests/file/
H A Dbug45303.phpt5 $fd = fopen("php://stdout","a");
/PHP-5.6/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-5.6/ext/bz2/tests/
H A Dbz2_filter_compress.phpt9 $fp = fopen('php://stdout', 'w');
H A Dbz2_filter_decompress.phpt9 $fp = fopen('php://stdout', 'w');
/PHP-5.6/sapi/phpdbg/
H A Dtest.php6 $stdout = fopen("php://stdout", "w+"); variable
/PHP-5.6/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt69 list($stdin, $stdout, $stderr) = $pipes;
81 fclose($stdout);
/PHP-5.6/TSRM/
H A Dtsrm_nw.c187 envSpec.esStdout.ssPath = stdout;
193 envSpec.esStderr.ssPath = stdout;
/PHP-5.6/sapi/cgi/tests/
H A D006.phpt6 display_errors=stdout
/PHP-5.6/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()

Completed in 64 milliseconds

123