Home
last modified time | relevance | path

Searched refs:KEY_SEQUENTIAL (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator_iterators.stub.php12 public const KEY_SEQUENTIAL = UNKNOWN; define in IntlPartsIterator
H A Dbreakiterator.stub.php146 …public function getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsItera…
/PHP-8.2/ext/intl/tests/
H A Dbreakiter_getPartsIterator_error.phpt19 …rtsIterator(): Argument #1 ($type) must be one of IntlPartsIterator::KEY_SEQUENTIAL, IntlPartsIter…
H A Dbreakiter_getPartsIterator_var1.phpt15 var_dump(iterator_to_array($it->getPartsIterator(IntlPartsIterator::KEY_SEQUENTIAL)));
H A Dgh7734.phpt11 foreach ($iter->getPartsIterator(\IntlPartsIterator::KEY_SEQUENTIAL) as $key => $value) {

Completed in 10 milliseconds