Lines Matching refs:IntlRuleBasedBreakIterator
2 IntlRuleBasedBreakIterator::__construct(): arg errors
14 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+'));
19 var_dump(new IntlRuleBasedBreakIterator());
24 var_dump(new IntlRuleBasedBreakIterator(1,2,3));
29 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', array()));
34 var_dump(new IntlRuleBasedBreakIterator('[\p{Letter}\uFFFD]+;[:number:]+;', true));
39 $rbbi = new IntlRuleBasedBreakIterator(".;");
47 Exception: IntlRuleBasedBreakIterator::__construct(): unable to create RuleBasedBreakIterator from …
49 Exception: IntlRuleBasedBreakIterator::__construct() expects at least 1 argument, 0 given in %s on …
51 Exception: IntlRuleBasedBreakIterator::__construct() expects at most 2 arguments, 3 given in %s on …
53 Exception: IntlRuleBasedBreakIterator::__construct(): Argument #2 ($compiled) must be of type bool,…
55 Exception: IntlRuleBasedBreakIterator::__construct(): unable to create instance from compiled rules…
57 Exception: IntlRuleBasedBreakIterator object is already constructed in %s on line %d