diff options
Diffstat (limited to 'ext/intl/common/common_enum.h')
-rw-r--r-- | ext/intl/common/common_enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/common/common_enum.h b/ext/intl/common/common_enum.h index 227fed845d..5b57e5cf18 100644 --- a/ext/intl/common/common_enum.h +++ b/ext/intl/common/common_enum.h @@ -40,7 +40,7 @@ extern "C" { #define INTLITERATOR_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(IntlIterator, ii) #define INTLITERATOR_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(INTL_ITERATOR, ii) #define INTLITERATOR_METHOD_FETCH_OBJECT\ - object = &EX(This); \ + object = ZEND_THIS; \ INTLITERATOR_METHOD_FETCH_OBJECT_NO_CHECK; \ if (ii->iterator == NULL) { \ intl_errors_set(&ii->err, U_ILLEGAL_ARGUMENT_ERROR, "Found unconstructed IntlIterator", 0); \ |