Searched refs:transliterator_create (Results 1 – 9 of 9) sorted by relevance
33 Warning: transliterator_transliterate(): transliterator_create: unable to open ICU transliterator w…35 …erate(): Could not create transliterator with ID "inexistent id" (transliterator_create: unable to…37 transliterator_create: unable to open ICU transliterator with id "inexistent id": U_INVALID_ID
17 Warning: Transliterator::create(): transliterator_create: unable to open ICU transliterator with id…18 transliterator_create: unable to open ICU transliterator with id "inexistent id": U_INVALID_ID
11 $t = transliterator_create("any-latin");
7 $t = transliterator_create("Latin; Title");
8 $t = transliterator_create('any-hex');
37 ZEND_FUNCTION(transliterator_create);48 …ZEND_ME_MAPPING(create, transliterator_create, arginfo_class_Transliterator_create, ZEND_ACC_PUBLI…
97 PHP_FUNCTION( transliterator_create ) in PHP_FUNCTION() argument
969 ZEND_FUNCTION(transliterator_create);1159 ZEND_FE(transliterator_create, arginfo_transliterator_create)
619 function transliterator_create(string $id, int $direction = Transliterator::FORWARD): ?Transliterat… function
Completed in 15 milliseconds