Home
last modified time | relevance | path

Searched refs:recode_string (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/recode/tests/
H A D001.phpt2 recode_string() function - Testing string conversions between latin1, UTF-8 and html
27 $utf8_hex = ascii2hex(recode_string('lat1..utf-8', hex2ascii($lat1_hex_org)));
28 $html = recode_string('utf-8..html', hex2ascii($utf8_hex));
29 $lat1_hex = ascii2hex(recode_string('html..lat1', $html));
H A D002.phpt2 recode_string() function - Testing string conversions between latin1, UTF-8 and html
/PHP-7.2/ext/recode/
H A Drecode.c84 PHP_FE(recode_string, arginfo_recode_string)
86 PHP_FALIAS(recode, recode_string, arginfo_recode_string)
144 PHP_FUNCTION(recode_string) in PHP_FUNCTION() argument
H A Dphp_recode.h35 PHP_FUNCTION(recode_string);

Completed in 12 milliseconds