PHP_STREAM_FLAG_NO_FCLOSE 1072 ext/openssl/xp_ssl.c stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE; PHP_STREAM_FLAG_NO_FCLOSE 1076 ext/openssl/xp_ssl.c stream->flags ^= PHP_STREAM_FLAG_NO_FCLOSE; PHP_STREAM_FLAG_NO_FCLOSE 239 ext/standard/dir.c dirp->flags |= PHP_STREAM_FLAG_NO_FCLOSE; PHP_STREAM_FLAG_NO_FCLOSE 894 ext/standard/file.c if ((stream->flags & PHP_STREAM_FLAG_NO_FCLOSE) != 0) {