Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 97) sorted by relevance

1234

/PHP-7.3/ext/iconv/tests/
H A Dbug51250.phpt2 Bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
10 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= .", $m));
14 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?B?Kg==?= ."));
15 var_dump(iconv_mime_decode("Legal encoded-word: =?utf-8?Q?*?= ."));
20 string(23) "Legal encoded-word: * ."
21 string(23) "Legal encoded-word: * ."
22 string(24) "Illegal encoded-word: ."
23 string(23) "Illegal encoded-word: ."
24 string(23) "Legal encoded-word: * ."
25 string(23) "Legal encoded-word: * ."
[all …]
H A Diconv_basic.phpt27 echo "Expected EUC-JP encoded string in base64:\n";
34 echo "Expected SJIS encoded string in base64:\n";
41 echo "Expected UTF-8 encoded string in base64:\n";
53 Expected EUC-JP encoded string in base64:
60 Expected SJIS encoded string in base64:
67 Expected UTF-8 encoded string in base64:
/PHP-7.3/ext/json/tests/
H A Dinf_nan_error.phpt2 An error is thrown when INF or NaN are encoded
34 string(34) "Inf and NaN cannot be JSON encoded"
37 string(34) "Inf and NaN cannot be JSON encoded"
42 string(34) "Inf and NaN cannot be JSON encoded"
45 string(34) "Inf and NaN cannot be JSON encoded"
H A Dbug54058.phpt34 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
36 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
38 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
40 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
H A Dbug61537.phpt29 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
32 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
36 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
39 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
H A Djson_encode_exceptions.phpt25 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
58 string(56) "Malformed UTF-8 characters, possibly incorrectly encoded"
/PHP-7.3/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt28 echo "JIS encoded string in base64:\n";
36 echo "EUC-JP encoded string in base64:\n";
44 echo "SJIS encoded string in base64:\n";
52 echo "UTF-8 encoded string in base64:\n";
65 JIS encoded string in base64:
73 EUC-JP encoded string in base64:
81 SJIS encoded string in base64:
89 UTF-8 encoded string in base64:
H A Dmb_convert_encoding_array.phpt40 echo "JIS encoded string in base64:\n";
48 echo "EUC-JP encoded string in base64:\n";
56 echo "SJIS encoded string in base64:\n";
64 echo "UTF-8 encoded string in base64:\n";
77 JIS encoded string in base64:
105 EUC-JP encoded string in base64:
133 SJIS encoded string in base64:
161 UTF-8 encoded string in base64:
H A Dzend_multibyte-05.phpt11 // forcefully interpret an UTF-8 encoded string as EUC-JP and then convert it
13 // valid EUC-encoded character "鴻".
H A Dzend_multibyte-09.phpt13 // forcefully interpret an UTF-8 encoded string as EUC-JP and then convert it
15 // valid EUC-encoded character "鴻".
H A Dmb_convert_encoding_array2.phpt52 echo "JIS encoded string in base64:\n";
60 echo "EUC-JP encoded string in base64:\n";
68 echo "SJIS encoded string in base64:\n";
76 echo "UTF-8 encoded string in base64:\n";
89 JIS encoded string in base64:
123 EUC-JP encoded string in base64:
157 SJIS encoded string in base64:
191 UTF-8 encoded string in base64:
H A Dmb_decode_mimeheader_basic.phpt11 * Description: Decodes the MIME "encoded-word" in the string
19 //the following encoded-words are identical and are UTF-8 Japanese.
H A Dmb_convert_variables.phpt15 // SJIS string (BASE64 encoded)
17 // JIS string (BASE64 encoded)
37 print(base64_encode($s)."\n"); // Converted to SJIS (base64 encoded)
42 print(base64_encode($s)."\n"); // Converted to JIS (base64 encoded)
/PHP-7.3/ext/standard/
H A Durl_scanner_ex.c1008 zend_string *encoded; in php_url_scanner_adapt_single_url() local
1014 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in php_url_scanner_adapt_single_url()
1022 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in php_url_scanner_adapt_single_url()
1153 zend_string *encoded; in php_url_scanner_add_var_impl() local
1177 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded); in php_url_scanner_add_var_impl()
1179 smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded); in php_url_scanner_add_var_impl()
1181 smart_str_appendl(&hname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded); in php_url_scanner_add_var_impl()
1183 smart_str_appendl(&hvalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded); in php_url_scanner_add_var_impl()
1262 zend_string *encoded; in php_url_scanner_reset_var_impl() local
1280 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); in php_url_scanner_reset_var_impl()
[all …]
H A Durl_scanner_ex.re593 zend_string *encoded;
599 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
607 smart_str_appendl(&url_app, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
738 zend_string *encoded;
762 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
764 smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
766 smart_str_appendl(&hname, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
768 smart_str_appendl(&hvalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
847 zend_string *encoded;
865 smart_str_appendl(&sname, ZSTR_VAL(encoded), ZSTR_LEN(encoded));
[all …]
H A Dpassword.c508 zend_string *salt, *out, *encoded; in PHP_FUNCTION() local
562 encoded = zend_string_alloc(encoded_len - 1, 0); in PHP_FUNCTION()
573 ZSTR_VAL(encoded), in PHP_FUNCTION()
583 zend_string_efree(encoded); in PHP_FUNCTION()
588 ZSTR_VAL(encoded)[ZSTR_LEN(encoded)] = 0; in PHP_FUNCTION() local
589 RETURN_NEW_STR(encoded); in PHP_FUNCTION()
/PHP-7.3/ext/session/tests/
H A Dsession_encode_variation7.phpt22 $encoded = session_encode();
23 var_dump(base64_encode($encoded));
H A Dsession_decode_variation4.phpt24 $encoded = "A2Zvb2k6MTIzNDU2Nzg5MDs=";
25 var_dump(session_decode(base64_decode($encoded)));
H A Dsession_encode_variation8.phpt22 $encoded = session_encode();
23 var_dump(base64_encode($encoded));
H A Dsession_decode_variation3.phpt26 $encoded = "foo|i:1234567890;";
27 var_dump(session_decode($encoded));
/PHP-7.3/ext/soap/tests/
H A Dclassmap.wsdl39 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
42 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
48 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
51 …<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http…
/PHP-7.3/ext/simplexml/tests/
H A Dbug79971_1.phpt21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/PHP-7.3/ext/imap/tests/
H A Dimap_base64_basic.phpt10 * Description: Decode BASE64 encoded text.
16 $str = 'This is an example string to be base 64 encoded';
/PHP-7.3/ext/intl/tests/
H A Dnormalizer_get_raw_decomposition.phpt61 error info: 'Input string must be exactly one UTF-8 encoded code point long.: U_ILLEGAL_ARGUMENT_ER…
64 error info: 'Input string must be exactly one UTF-8 encoded code point long.: U_ILLEGAL_ARGUMENT_ER…
/PHP-7.3/ext/standard/tests/strings/
H A Dbug21453.phpt2 Bug #21453 (handling of non-encoded <)

Completed in 61 milliseconds

1234