s_out 561 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 571 sapi/cli/php_cli.c if (s_out) php_stream_close(s_out); s_out 578 sapi/cli/php_cli.c s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE; s_out 585 sapi/cli/php_cli.c php_stream_to_zval(s_out, &zout); s_out 943 sapi/phpdbg/phpdbg.c php_stream *s_in, *s_out, *s_err; s_out 948 sapi/phpdbg/phpdbg.c s_out = php_stream_open_wrapper_ex("php://stdout", "wb", 0, NULL, sc_out); s_out 951 sapi/phpdbg/phpdbg.c if (s_in==NULL || s_out==NULL || s_err==NULL) { s_out 953 sapi/phpdbg/phpdbg.c if (s_out) php_stream_close(s_out); s_out 960 sapi/phpdbg/phpdbg.c s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE; s_out 965 sapi/phpdbg/phpdbg.c php_stream_to_zval(s_out, &zout);