PHP_STREAM_FLAG_NO_CLOSE  375 main/streams/streams.c 	if (stream->flags & PHP_STREAM_FLAG_NO_CLOSE) {
PHP_STREAM_FLAG_NO_CLOSE  578 sapi/cli/php_cli.c 	s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE;
PHP_STREAM_FLAG_NO_CLOSE  579 sapi/cli/php_cli.c 	s_err->flags |= PHP_STREAM_FLAG_NO_CLOSE;
PHP_STREAM_FLAG_NO_CLOSE  960 sapi/phpdbg/phpdbg.c 	s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE;
PHP_STREAM_FLAG_NO_CLOSE  961 sapi/phpdbg/phpdbg.c 	s_err->flags |= PHP_STREAM_FLAG_NO_CLOSE;