Home
last modified time | relevance | path

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

/PHP-8.0/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 …]
H A Dbug68180.phpt10 $decoded = iconv_mime_decode($original, ICONV_MIME_DECODE_STRICT, 'utf-8');
11 var_dump($decoded);
/PHP-8.0/ext/session/tests/
H A D029.phpt17 Warning: session_decode(): Session data cannot be decoded when there is no active session in %s on …
19 Warning: session_decode(): Session data cannot be decoded when there is no active session in %s on …
H A Dsession_decode_variation3.phpt45 Warning: session_decode(): Session data cannot be decoded when there is no active session in %s on …
/PHP-8.0/ext/json/tests/
H A Dbug68546.phpt19 string(36) "The decoded property name is invalid"
/PHP-8.0/ext/xml/tests/
H A Dbug26528.phpt2 Bug #26528 (HTML entities are not being decoded)
/PHP-8.0/tests/strings/
H A D001.phpt105 $decoded = rawurldecode($correct);
106 if ($decoded == $raw) {
125 $decoded = urldecode($correct);
126 if ($decoded == $raw) {
/PHP-8.0/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-8.0/ext/mbstring/tests/
H A Dhtmlent.phpt22 // &#64... are must be decoded on input these are not reencoded on output.
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug81249.phpt124 // $bytes array should be decoded to U+2D8, decimal 728
/PHP-8.0/ext/pcre/pcre2lib/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-8.0/
H A Dphp.ini-development307 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production307 ; are decoded with unserialize, the data will remain the same.

Completed in 49 milliseconds