Display the drop-down list

Test of iconv_mime_decode()

Example #1 : test success
Example #2 : test success
Example #1
$input = [
  
=> 'Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=',
  
=> 0,
  
=> 'UTF-8',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => 'Subject: Prüfung Prüfung',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = [
  
=> 'Subject: =?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?=',
  
=> 0,
  
=> 'ISO-8859-1',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => 'Subject: Prfung Prfung',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]