Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 86) sorted by last modified time

1234

/PHP-5.5/tests/strings/
H A D001.phpt95 $encoded = rawurlencode($raw);
100 if ($encoded == $correct) {
115 $encoded = urlencode($raw);
120 if ($encoded == $correct) {
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt2 zlib.inflate of gzip-encoded stream
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug50285.phpt2 Bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays)
/PHP-5.5/ext/xml/
H A Dxml.c1695 XML_Char *encoded; in PHP_FUNCTION() local
1702 encoded = xml_utf8_encode(arg, arg_len, &len, "ISO-8859-1"); in PHP_FUNCTION()
1703 if (encoded == NULL) { in PHP_FUNCTION()
1706 RETVAL_STRINGL(encoded, len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/xml/tests/
H A Dutf8_decode_error.phpt12 * Description: Converts a UTF-8 encoded string to ISO-8859-1
H A Dutf8_decode_variation1.phpt12 * Description: Converts a UTF-8 encoded string to ISO-8859-1
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c1014 char *encoded = NULL; in php_url_scanner_add_var() local
1030 encoded = php_url_encode(value, value_len, &encoded_len); in php_url_scanner_add_var()
1031 smart_str_setl(&val, encoded, encoded_len); in php_url_scanner_add_var()
1047 efree(encoded); in php_url_scanner_add_var()
H A Durl_scanner_ex.re466 char *encoded = NULL;
482 encoded = php_url_encode(value, value_len, &encoded_len);
483 smart_str_setl(&val, encoded, encoded_len);
499 efree(encoded);
/PHP-5.5/ext/standard/tests/url/
H A Durldecode_error_001.phpt6 * Description: Decodes URL-encoded string
H A Durldecode_variation_001.phpt6 * Description: Decodes URL-encoded string
/PHP-5.5/ext/standard/tests/strings/
H A Dparse_str_basic3.phpt47 echo "\nTest string with encoded data\n";
181 Test string with encoded data
H A Dhttp_build_query_variation1.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dhttp_build_query_variation2.phpt8 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dhttp_build_query_variation3.phpt12 …* Description: Generates a URL-encoded query string from the associative (or indexed) array provid…
H A Dbug21453.phpt2 Bug #21453 (handling of non-encoded <)
/PHP-5.5/ext/standard/tests/file/
H A Dbug43008.phpt2 Bug #43008 (php://filter uris ignore url encoded filternames and can't handle slashes)
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$fe…
/PHP-5.5/ext/session/tests/
H A Dsession_encode_variation8.phpt22 $encoded = session_encode();
23 var_dump(base64_encode($encoded));
H A Dsession_decode_basic.phpt88 $encoded = session_encode();
89 var_dump(session_decode($encoded));
H A Dsession_decode_basic_serialize.phpt89 $encoded = session_encode();
90 var_dump(session_decode($encoded));
H A Dsession_decode_error2.phpt22 $encoded = substr($data, 0, $index);
23 var_dump(session_decode($encoded));
H A Dsession_decode_variation3.phpt26 $encoded = "foo|i:1234567890;";
27 var_dump(session_decode($encoded));
H A Dsession_decode_variation4.phpt24 $encoded = "A2Zvb2k6MTIzNDU2Nzg5MDs=";
25 var_dump(session_decode(base64_decode($encoded)));
H A Dsession_encode_variation7.phpt22 $encoded = session_encode();
23 var_dump(base64_encode($encoded));
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt64 5.12, including support for UTF-8/16/32 encoded strings and Unicode
4914 alternatives and repetitions in the pattern. These are encoded in the
8158 greater than 0xFFFF. The code points that are encoded by UTF-16 pairs

Completed in 57 milliseconds

1234