Change in BreakIterator::getPartsIterator()

BreakIterator::getPartsIterator() now returns an IntlIterator subclass
with a special method, getBreakIterator(), that returns the
associated BreakIterator.

Any call to getRuleStatus() is forwarded to the BreakIterator.
This commit is contained in:
Gustavo André dos Santos Lopes 2012-06-07 15:20:00 +02:00
parent c6593a0e9b
commit 4ec75539db
6 changed files with 115 additions and 13 deletions

View file

@ -31,7 +31,7 @@ extern "C" {
}
zend_class_entry *IntlIterator_ce_ptr;
static zend_object_handlers IntlIterator_handlers;
zend_object_handlers IntlIterator_handlers;
void zoi_with_current_dtor(zend_object_iterator *iter TSRMLS_DC)
{