Display the drop-down list

Test of usort()

Example #1 : test success
Example #1
$input = [
  
'__array' => [
    
=> 3,
    
=> 2,
    
=> 5,
    
=> 6,
    
=> 1,
  ],
  
=> '$array',
  
=> 'compare_func',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'array' => [
      
=> 1,
      
=> 2,
      
=> 3,
      
=> 5,
      
=> 6,
    ],
    
'bool' => true,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]