Home
last modified time | relevance | path

Searched refs:transliterator_create_from_rules (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt32 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
33 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
35 Warning: Transliterator::createFromRules(): transliterator_create_from_rules: unable to create ICU …
36 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
H A Dtransliterator_create_from_rule_basic.phpt19 $u = transliterator_create_from_rules($rules, Transliterator::REVERSE);
/php-src/ext/intl/transliterator/
H A Dtransliterator_arginfo.h37 ZEND_FUNCTION(transliterator_create_from_rules);
H A Dtransliterator_methods.c124 PHP_FUNCTION( transliterator_create_from_rules ) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php628 function transliterator_create_from_rules(string $rules, int $direction = Transliterator::FORWARD):… function
H A Dphp_intl_arginfo.h984 ZEND_FUNCTION(transliterator_create_from_rules);
1177 ZEND_FE(transliterator_create_from_rules, arginfo_transliterator_create_from_rules)

Completed in 25 milliseconds