Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/soap/tests/bugs/
H A Dbug28969.phpt9 // return utf8_encode("��");
/PHP-8.0/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-8.0/ext/standard/
H A Dbasic_functions.stub.php688 function utf8_encode(string $string): string {} function
H A Dbasic_functions_arginfo.h2514 ZEND_FUNCTION(utf8_encode);
3151 ZEND_FE(utf8_encode, arginfo_utf8_encode)
H A Dstring.c5972 PHP_FUNCTION(utf8_encode) argument

Completed in 88 milliseconds