Display the drop-down list

Test of mb_strtolower()

Example #1 : test success
Example #2 : test success
Example #1
$input = 'Mary Had A Little Lamb and She LOVED It So'
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => 'mary had a little lamb and she loved it so',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = [
  
=> 'Τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός',
  
=> 'UTF-8',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'string' => 'τάχιστη αλώπηξ βαφής ψημένη γη, δρασκελίζει υπέρ νωθρού κυνός',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]