Display the drop-down list

Test of iconv_get_encoding()

Example #1 : test success
Example #1
$input = 'all'
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'mixed' => [
      
'input_encoding' => 'UTF-8',
      
'output_encoding' => 'UTF-8',
      
'internal_encoding' => 'UTF-8',
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]