Home
last modified time | relevance | path

Searched refs:transcode (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/intl/tests/
H A Duconverter_func_subst.phpt11 $ret = UConverter::transcode("This is an ascii string", 'ascii', 'utf-8', $opts);
17 $ret = UConverter::transcode("Snowman: (\xE2\x98\x83)", 'ascii', 'utf-8', $opts);
28 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
29 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
30 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
31 Error: transcode() returned error 1: U_ILLEGAL_ARGUMENT_ERROR: U_ILLEGAL_ARGUMENT_ERROR
H A Duconverter_func_basic.phpt2 Basic UConverter::transcode() usage
7 var_dump(UConverter::transcode("This is an ascii string", 'utf-8', 'latin1'));
9 var_dump(urlencode(UConverter::transcode("Espa\xF1ol", 'utf-8', 'latin1')));
10 var_dump(urlencode(UConverter::transcode("Stra\xDFa", 'utf-8', 'latin1')));
12 var_dump(bin2hex(UConverter::transcode("\xE4", 'utf-8', 'koi8-r')));
/php-src/ext/intl/converter/
H A Dconverter.stub.php162 …public static function transcode(string $str, string $toEncoding, string $fromEncoding, ?array $op… function in UConverter
H A Dconverter_arginfo.h95 ZEND_METHOD(UConverter, transcode);
116 ZEND_ME(UConverter, transcode, arginfo_class_UConverter_transcode, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dconverter.c730 PHP_METHOD(UConverter, transcode) { in PHP_METHOD() argument

Completed in 10 milliseconds