mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
c6593a0e9b
commit
4ec75539db
6 changed files with 115 additions and 13 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue