显示下拉菜单

Test of mb_strtoupper() 本页面仅提供英文版本。

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',
]