--TEST-- IntlRuleBasedBreakIterator::getRuleStatusVec(): basic test --EXTENSIONS-- intl --FILE-- setText('sdfkjsdf88รก.... ,;'); do { var_dump($rbbi->current(), $rbbi->getRuleStatusVec()); } while ($rbbi->next() != IntlBreakIterator::DONE); ?> --EXPECT-- int(0) array(1) { [0]=> int(0) } int(12) array(2) { [0]=> int(1) [1]=> int(4) } int(16) array(1) { [0]=> int(42) } int(19) array(1) { [0]=> int(4) }