summaryrefslogtreecommitdiff
path: root/ext/intl/common/common_enum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/common/common_enum.cpp')
-rw-r--r--ext/intl/common/common_enum.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/common/common_enum.cpp b/ext/intl/common/common_enum.cpp
index 9b95f25528..a19fa9ddf7 100644
--- a/ext/intl/common/common_enum.cpp
+++ b/ext/intl/common/common_enum.cpp
@@ -321,7 +321,7 @@ U_CFUNC void intl_register_IntlIterator_class(void)
zend_class_implements(IntlIterator_ce_ptr, 1,
zend_ce_iterator);
- memcpy(&IntlIterator_handlers, zend_get_std_object_handlers(),
+ memcpy(&IntlIterator_handlers, &std_object_handlers,
sizeof IntlIterator_handlers);
IntlIterator_handlers.offset = XtOffsetOf(IntlIterator_object, zo);
IntlIterator_handlers.clone_obj = NULL;