Searched refs:decoded (Results 1 – 11 of 11) sorted by relevance
15 $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 …]
2 Bug #26528 (HTML entities are not being decoded)
24 string(36) "The decoded property name is invalid"
107 $decoded = rawurldecode($correct);108 if ($decoded == $raw) {127 $decoded = urldecode($correct);128 if ($decoded == $raw) {
2 Bug #38067 (Parameters are not decoded from utf-8 when using encoding option)
2 Bug #38004 (Parameters in SoapServer are decoded twice)
23 // @... are must be decoded on input these are not reencoded on output.
1700 zend_string *decoded; in PHP_FUNCTION() local1706 decoded = xml_utf8_decode((XML_Char*)arg, arg_len, (XML_Char*)"ISO-8859-1"); in PHP_FUNCTION()1707 if (decoded == NULL) { in PHP_FUNCTION()1710 RETURN_STR(decoded); in PHP_FUNCTION()
9524 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() local10080 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()
287 ; are decoded with unserialize, the data will remain the same.
Completed in 43 milliseconds