Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 11 of 11) sorted by relevance

/PHP-5.5/ext/iconv/tests/
H A Dbug52941.phpt15 $decoded = iconv_mime_decode_headers($headers, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, 'UTF-8');
17 var_dump($decoded['From']);
18 var_dump($decoded['Subject']);
19 var_dump($decoded['X-Foo']);
20 var_dump($decoded['X-Bar']);
21 var_dump($decoded['To']);
25 var_dump($decoded['From']);
26 var_dump($decoded['Subject']);
27 var_dump($decoded['X-Foo']);
28 var_dump($decoded['X-Bar']);
[all …]
/PHP-5.5/ext/xml/tests/
H A Dbug26528.phpt2 Bug #26528 (HTML entities are not being decoded)
/PHP-5.5/tests/strings/
H A D001.phpt107 $decoded = rawurldecode($correct);
108 if ($decoded == $raw) {
127 $decoded = urldecode($correct);
128 if ($decoded == $raw) {
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug38067.phpt2 Bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
H A Dbug38004.phpt2 Bug #38004 (Parameters in SoapServer are decoded twice)
/PHP-5.5/ext/mbstring/tests/
H A Dhtmlent.phpt23 // &#64... are must be decoded on input these are not reencoded on output.
/PHP-5.5/ext/xml/
H A Dxml.c1715 XML_Char *decoded; in PHP_FUNCTION() local
1722 decoded = xml_utf8_decode(arg, arg_len, &len, "ISO-8859-1"); in PHP_FUNCTION()
1723 if (decoded == NULL) { in PHP_FUNCTION()
1726 RETVAL_STRINGL(decoded, len, 0); in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9524 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]) in parse_insn_tilegx()
9548 d = &decoded[num_instructions++]; in parse_insn_tilegx()
10071 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; in print_insn_tilegx() local
10080 parse_insn_tilegx (*(unsigned long long *)opbuf, (unsigned long long)memaddr, decoded); in print_insn_tilegx()
10090 if (!decoded[i].opcode->can_bundle) in print_insn_tilegx()
10101 const struct tilegx_opcode *opcode = decoded[i].opcode; in print_insn_tilegx()
10130 num = decoded[i].operand_values[j]; in print_insn_tilegx()
10132 op = decoded[i].operands[j]; in print_insn_tilegx()
/PHP-5.5/
H A Dphp.ini-development291 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production291 ; are decoded with unserialize, the data will remain the same.
H A DNEWS8445 - Fixed bug #38067 (Parameters are not decoded from utf-8 when using encoding
8454 - Fixed bug #38004 (Parameters in SoapServer are decoded twice). (Dmitry)

Completed in 66 milliseconds