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));
41 Exception: IntlRuleBasedBreakIterator::__construct(): rbbi_create_instance: unable to create RuleBa…
43 Exception: IntlRuleBasedBreakIterator::__construct() expects at least 1 parameter, 0 given in %s on…
45 Exception: IntlRuleBasedBreakIterator::__construct() expects at most 2 parameters, 3 given in %s on…
47 Exception: IntlRuleBasedBreakIterator::__construct() expects parameter 2 to be bool, array given in…
49 Exception: IntlRuleBasedBreakIterator::__construct(): rbbi_create_instance: unable to create instan…