Searched refs:IntlPartsIterator (Results 1 – 7 of 7) sorted by relevance
21 …rgument #1 ($type) must be one of IntlPartsIterator::KEY_SEQUENTIAL, IntlPartsIterator::KEY_LEFT, …
17 var_dump(iterator_to_array($it->getPartsIterator(IntlPartsIterator::KEY_SEQUENTIAL)));18 var_dump(iterator_to_array($it->getPartsIterator(IntlPartsIterator::KEY_LEFT)));19 var_dump(iterator_to_array($it->getPartsIterator(IntlPartsIterator::KEY_RIGHT)));
26 string(17) "IntlPartsIterator"
45 /** @return IntlPartsIterator */46 public function getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL) {}89 class IntlPartsIterator extends IntlIterator class
107 ZEND_METHOD(IntlPartsIterator, getBreakIterator);149 …ZEND_ME(IntlPartsIterator, getBreakIterator, arginfo_class_IntlPartsIterator_getBreakIterator, ZEN…
274 U_CFUNC PHP_METHOD(IntlPartsIterator, getBreakIterator) in PHP_METHOD() argument
Completed in 11 milliseconds