Display the drop-down list

Test of count_chars()

Example #1 : test success
Example #1
$input = [
  
=> 'Two Ts and one F.',
  
=> 1,
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'mixed' => [
      
32 => 4,
      
46 => 1,
      
70 => 1,
      
84 => 2,
      
97 => 1,
      
100 => 1,
      
101 => 1,
      
110 => 2,
      
111 => 2,
      
115 => 1,
      
119 => 1,
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]