Display the drop-down list

Test of natcasesort()

Example #1 : test success
Example #1
$input = [
  
'__array' => [
    
=> 'IMG0.png',
    
=> 'img12.png',
    
=> 'img10.png',
    
=> 'img2.png',
    
=> 'img1.png',
    
=> 'IMG3.png',
  ],
  
=> '$array',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'array' => [
      
=> 'IMG0.png',
      
=> 'img1.png',
      
=> 'img2.png',
      
=> 'IMG3.png',
      
=> 'img10.png',
      
=> 'img12.png',
    ],
    
'bool' => true,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]