Lines Matching refs:IntlRuleBasedBreakIterator
2 IntlRuleBasedBreakIterator::__construct(): arg errors
16 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+'));
21 var_dump(new IntlRuleBasedBreakIterator());
26 var_dump(new IntlRuleBasedBreakIterator(1,2,3));
31 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', array()));
36 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', true));
42 Exception: IntlRuleBasedBreakIterator::__construct(): rbbi_create_instance: unable to create RuleBa…
44 Exception: IntlRuleBasedBreakIterator::__construct() expects at least 1 parameter, 0 given in %s on…
46 Exception: IntlRuleBasedBreakIterator::__construct() expects at most 2 parameters, 3 given in %s on…
48 Exception: IntlRuleBasedBreakIterator::__construct() expects parameter 2 to be boolean, array given…
50 Exception: IntlRuleBasedBreakIterator::__construct(): rbbi_create_instance: unable to create instan…