diff options
Diffstat (limited to 'ext/intl/common/common_enum.h')
-rw-r--r-- | ext/intl/common/common_enum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/common/common_enum.h b/ext/intl/common/common_enum.h index bcd9f44796..4c6abdb8f5 100644 --- a/ext/intl/common/common_enum.h +++ b/ext/intl/common/common_enum.h @@ -61,6 +61,7 @@ typedef struct { } zoi_with_current; extern zend_class_entry *IntlIterator_ce_ptr; +extern zend_object_handlers IntlIterator_handlers; U_CFUNC void zoi_with_current_dtor(zend_object_iterator *iter TSRMLS_DC); U_CFUNC int zoi_with_current_valid(zend_object_iterator *iter TSRMLS_DC); |