PHP_STREAM_FLAG_NO_CLOSE 397 main/streams/streams.c if (stream->flags & PHP_STREAM_FLAG_NO_CLOSE) { PHP_STREAM_FLAG_NO_CLOSE 581 sapi/cli/php_cli.c s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE; PHP_STREAM_FLAG_NO_CLOSE 582 sapi/cli/php_cli.c s_err->flags |= PHP_STREAM_FLAG_NO_CLOSE; PHP_STREAM_FLAG_NO_CLOSE 607 sapi/phpdbg/phpdbg.c s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE; PHP_STREAM_FLAG_NO_CLOSE 608 sapi/phpdbg/phpdbg.c s_err->flags |= PHP_STREAM_FLAG_NO_CLOSE;