We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63a84a2 + 6692477 commit 7304b56Copy full SHA for 7304b56
Zend/zend_hash.c
@@ -250,7 +250,7 @@ ZEND_API const HashTable zend_empty_array = {
250
.gc.u.type_info = IS_ARRAY | (GC_IMMUTABLE << GC_FLAGS_SHIFT),
251
.u.flags = HASH_FLAG_UNINITIALIZED,
252
.nTableMask = HT_MIN_MASK,
253
- .arData = (Bucket*)&uninitialized_bucket[2],
+ {.arData = (Bucket*)&uninitialized_bucket[2]},
254
.nNumUsed = 0,
255
.nNumOfElements = 0,
256
.nTableSize = HT_MIN_SIZE,
0 commit comments