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.
1 parent 35a17c9 commit b602da9Copy full SHA for b602da9
Zend/zend_alloc.c
@@ -233,7 +233,7 @@ typedef zend_mm_bitset zend_mm_page_map[ZEND_MM_PAGE_MAP_LEN]; /* 64B */
233
zend_mm_heap *__heap = (_heap); \
234
zend_mm_zone *__zone = &__heap->zones[0]; \
235
zend_mm_zone *__end = &__heap->zones[ZEND_MM_ZONES]; \
236
- for (; __zone!= __end; __zone++) { \
+ for (; __zone != __end; __zone++) { \
237
_zone = __zone;
238
239
# define ZEND_MM_ZONE_FOREACH_END() \
0 commit comments