PHP_STREAM_FLAG_NO_FCLOSE 1056 ext/openssl/xp_ssl.c 			stream->flags |= PHP_STREAM_FLAG_NO_FCLOSE;
PHP_STREAM_FLAG_NO_FCLOSE 1060 ext/openssl/xp_ssl.c 			stream->flags ^= PHP_STREAM_FLAG_NO_FCLOSE;
PHP_STREAM_FLAG_NO_FCLOSE  234 ext/standard/dir.c 	dirp->flags |= PHP_STREAM_FLAG_NO_FCLOSE;
PHP_STREAM_FLAG_NO_FCLOSE  908 ext/standard/file.c 	if ((stream->flags & PHP_STREAM_FLAG_NO_FCLOSE) != 0) {