Display the drop-down list

Test of array_diff_ukey()

Example #1 : test success
Example #2 : test success
Example #1
$input = [
  
=> [
    
'blue' => 1,
    
'red' => 2,
    
'green' => 3,
    
'purple' => 4,
  ],
  
=> [
    
'green' => 5,
    
'blue' => 6,
    
'yellow' => 7,
    
'cyan' => 8,
  ],
  
=> 'compare_func',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'array' => [
      
'red' => 2,
      
'purple' => 4,
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = [
  
=> [
    
=> 'a',
    
=> 'c',
  ],
  
=> [
    
=> 'a',
    
=> 'b',
  ],
  
=> 'gmp_cmp',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'array' => [
      
=> 'c',
    ],
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]