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 7968ce9 commit d5ee081Copy full SHA for d5ee081
ext/intl/common/common_enum.cpp
@@ -133,7 +133,8 @@ static const zend_object_iterator_funcs string_enum_object_iterator_funcs = {
133
NULL,
134
string_enum_current_move_forward,
135
string_enum_rewind,
136
- zoi_with_current_invalidate_current
+ zoi_with_current_invalidate_current,
137
+ NULL, /* get_gc */
138
};
139
140
U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object)
0 commit comments