Skip to content

Commit 449ba04

Browse files
committed
add comments to make things clear
1 parent f015d01 commit 449ba04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/zlib/zlib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ ZEND_ATTRIBUTE_NONNULL static bool zlib_get_long_option(HashTable *options, cons
863863
return true;
864864
}
865865

866+
/* The |H ZPP specifier may leave HashTable entries wrapped in IS_INDIRECT. */
866867
ZVAL_DEINDIRECT(option_buffer);
867868
*value = zval_try_get_long(option_buffer, &failed);
868869
if (UNEXPECTED(failed)) {

0 commit comments

Comments
 (0)