PHP_STREAM_FLAG_NO_FCLOSE  234 ext/standard/dir.c 	dirp->flags |= PHP_STREAM_FLAG_NO_FCLOSE;
PHP_STREAM_FLAG_NO_FCLOSE  900 ext/standard/file.c 	if ((stream->flags & PHP_STREAM_FLAG_NO_FCLOSE) != 0) {