Home
last modified time | relevance | path

Searched refs:createFromRules (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt2 Transliterator::createFromRules (error)
9 $t = Transliterator::createFromRules("\x8Fss");
17 $t = Transliterator::createFromRules($rules);
24 $t = Transliterator::createFromRules($rules);
29 Warning: Transliterator::createFromRules(): String conversion of rules to UTF-16 failed in %s on li…
32 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
35 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
H A Dtransliterator_create_from_rule_basic.phpt2 Transliterator::createFromRules (basic)
14 $t = Transliterator::createFromRules($rules);
/php-src/ext/intl/transliterator/
H A Dtransliterator.stub.php27 …public static function createFromRules(string $rules, int $direction = Transliterator::FORWARD): ?… function in Transliterator

Completed in 6 milliseconds