PHP_STREAM_FLAG_NO_CLOSE  282 main/streams/streams.c 	if (stream->flags & PHP_STREAM_FLAG_NO_CLOSE) {
PHP_STREAM_FLAG_NO_CLOSE  510 sapi/cli/php_cli.c 	s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE;
PHP_STREAM_FLAG_NO_CLOSE  511 sapi/cli/php_cli.c 	s_err->flags |= PHP_STREAM_FLAG_NO_CLOSE;