mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo
Did not have intl enabled in this build...
This commit is contained in:
parent
578b785ecf
commit
9e787d51b5
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ U_CFUNC PHP_METHOD(IntlPartsIterator, getBreakIterator)
|
|||
|
||||
INTLITERATOR_METHOD_FETCH_OBJECT;
|
||||
|
||||
RETURN_COPY_DEREF(return_value, &it->iterator->data);
|
||||
RETURN_COPY_DEREF(&ii->iterator->data);
|
||||
}
|
||||
|
||||
U_CFUNC void breakiterator_register_IntlPartsIterator_class(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue