We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfb256 commit f88a32eCopy full SHA for f88a32e
Zend/zend_autoload.c
@@ -34,7 +34,7 @@ ZEND_TLS HashTable *autoloader_function_autoload_functions;
34
memmove((ht)->arData + 1, (ht)->arData, \
35
sizeof(Bucket) * ((ht)->nNumUsed - 1)); \
36
(ht)->arData[0] = tmp; \
37
- if (!((ht)->u.flags & HASH_FLAG_PACKED)) { \
+ if (UNEXPECTED(!((ht)->u.flags & HASH_FLAG_PACKED))) { \
38
zend_hash_rehash(ht); \
39
} else { \
40
zend_autoload_reindex(ht); \
0 commit comments