Home
last modified time | relevance | path

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

/PHP-5.5/ext/xml/tests/
H A Dutf8_encode_error.phpt2 Test utf8_encode() function : error conditions
11 /* Prototype : proto string utf8_encode(string data)
17 echo "*** Testing utf8_encode() : error conditions ***\n";
20 echo "\n-- Testing utf8_encode() function with Zero arguments --\n";
21 var_dump( utf8_encode() );
23 //Test utf8_encode with one more than the expected number of arguments
27 var_dump( utf8_encode($data, $extra_arg) );
32 *** Testing utf8_encode() : error conditions ***
34 -- Testing utf8_encode() function with Zero arguments --
36 Warning: utf8_encode() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dutf8_encode_variation1.phpt2 Test utf8_encode() function : usage variations - <type here specifics of this variation>
11 /* Prototype : proto string utf8_encode(string data)
17 echo "*** Testing utf8_encode() : usage variations ***\n";
83 var_dump( utf8_encode($value) );
89 *** Testing utf8_encode() : usage variations ***
120 Warning: utf8_encode() expects parameter 1 to be string, array given in %s on line %d
125 Warning: utf8_encode() expects parameter 1 to be string, array given in %s on line %d
130 Warning: utf8_encode() expects parameter 1 to be string, array given in %s on line %d
135 Warning: utf8_encode() expects parameter 1 to be string, array given in %s on line %d
140 Warning: utf8_encode() expects parameter 1 to be string, array given in %s on line %d
H A Dxml006.phpt7 printf("%s -> %s\n", urlencode("�"), urlencode(utf8_encode("�")));
/PHP-5.5/ext/standard/tests/strings/
H A Dbug20934.phpt5 if (!function_exists("utf8_encode") || !function_exists("utf8_decode")) {
6 die("SKIP Neither utf8_encode() nor utf8_decode() are available");
11 $str = utf8_encode("\xe0\xe1");
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_005p.phpt5 <?php if (!function_exists('utf8_encode')) die('skip utf8_encode() not available'); ?>
9 $client->__soapCall("echoString", array(utf8_encode('ỗÈéóÒ₧⅜ỗỸ')), array("soapaction"=>"http://soap…
H A Dr2_base_005w.phpt5 <?php if (!function_exists('utf8_encode')) die('skip utf8_encode() not available'); ?>
11 $client->echoString(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'));
H A Dr2_base_005s.phpt5 <?php if (!function_exists('utf8_encode')) die('skip utf8_encode() not available'); ?>
9 $client->__soapCall("echoString", array(new SoapParam(new SoapVar(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XSD_STRI…
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dencodings.h43 char* utf8_encode(const char *s, int len, int *newlen, ENCODING_ID encoding);
H A Dencodings.c116 char* utf8_encode(const char *s, int len, int *newlen, const char* encoding) in utf8_encode() function
/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_mem.php18 xmlwriter_text($xw, utf8_encode('This is a sample text, ä'));
H A Dxmlwriter_file.php22 xmlwriter_text($xw, utf8_encode('This is a sample text, ä'));
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28969.phpt9 // return utf8_encode("��");
/PHP-5.5/ext/xml/
H A Dphp_xml.h132 PHP_FUNCTION(utf8_encode);
H A Dxml.c239 PHP_FE(utf8_encode, arginfo_utf8_encode)
1692 PHP_FUNCTION(utf8_encode) in PHP_FUNCTION() argument
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php176 $test = new SOAP_Test('echoString(utf-8)', array('inputString' => utf8_encode('ỗÈéóÒ₧⅜ỗỸ')));
179 …t('echoString(utf-8)', array('inputString' => soap_value('inputString',utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XS…

Completed in 30 milliseconds