Home
last modified time | relevance | path

Searched refs:utf8_encode (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.h43 char* utf8_encode(const char *s, int len, int *newlen, ENCODING_ID encoding);
H A Dencodings.c101 char* utf8_encode(const char *s, int len, int *newlen, const char* encoding) in utf8_encode() function
/PHP-7.4/ext/standard/tests/strings/
H A Dbug20934.phpt5 $str = utf8_encode("\xe0\xe1");
H A Dutf8.phpt5 printf("%s -> %s\n", urlencode("�"), urlencode(utf8_encode("�")));
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug28969.phpt9 // return utf8_encode("��");
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_005w.phpt10 $client->echoString(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'));
H A Dr2_base_005p.phpt8 $client->__soapCall("echoString", array(utf8_encode('ỗÈéóÒ₧⅜ỗỸ')), array("soapaction"=>"http://soap…
H A Dr2_base_005s.phpt8 $client->__soapCall("echoString", array(new SoapParam(new SoapVar(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XSD_STRI…
/PHP-7.4/ext/standard/
H A Dphp_string.h92 PHP_FUNCTION(utf8_encode);
H A Dbasic_functions.c2802 PHP_FE(utf8_encode, arginfo_utf8_encode)
H A Dstring.c6428 PHP_FUNCTION(utf8_encode) argument
/PHP-7.4/ext/dom/tests/
H A Dbug76738.phpt21 $content = utf8_encode($content);

Completed in 40 milliseconds