s_out             557 sapi/cli/php_cli.c 	php_stream *s_in, *s_out, *s_err;
s_out             566 sapi/cli/php_cli.c 	s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out);
s_out             569 sapi/cli/php_cli.c 	if (s_in==NULL || s_out==NULL || s_err==NULL) {
s_out             574 sapi/cli/php_cli.c 		if (s_out) php_stream_close(s_out);
s_out             581 sapi/cli/php_cli.c 	s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE;
s_out             588 sapi/cli/php_cli.c 	php_stream_to_zval(s_out, zout);
s_out             583 sapi/phpdbg/phpdbg.c 	php_stream *s_in, *s_out, *s_err;
s_out             592 sapi/phpdbg/phpdbg.c 	s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out);
s_out             595 sapi/phpdbg/phpdbg.c 	if (s_in==NULL || s_out==NULL || s_err==NULL) {
s_out             600 sapi/phpdbg/phpdbg.c 		if (s_out) php_stream_close(s_out);
s_out             607 sapi/phpdbg/phpdbg.c 	s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE;
s_out             612 sapi/phpdbg/phpdbg.c 	php_stream_to_zval(s_out, zout);