Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b602da9

Browse files
WS
1 parent 35a17c9 commit b602da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Zend/zend_alloc.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ typedef zend_mm_bitset zend_mm_page_map[ZEND_MM_PAGE_MAP_LEN]; /* 64B */
233233
zend_mm_heap *__heap = (_heap); \
234234
zend_mm_zone *__zone = &__heap->zones[0]; \
235235
zend_mm_zone *__end = &__heap->zones[ZEND_MM_ZONES]; \
236-
for (; __zone!= __end; __zone++) { \
236+
for (; __zone!= __end; __zone++) { \
237237
_zone = __zone;
238238

239239
# define ZEND_MM_ZONE_FOREACH_END() \

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /