Display the drop-down list

Test of collator_set_strength()

Example #1 : test success
Example #1
$input = [
  
'locale' => 'en_US',
  
=> 'Collator::PRIMARY',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'collator' => 'Collator instance',
    
'bool' => true,
    
'value' => 0,
    
'name' => 'Collator::FRENCH_COLLATION,Collator::PRIMARY,Collator::SORT_REGULAR',
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]