显示下拉菜单

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

Example #1 : test success
Example #2 : test success
Example #3 : test success
Example #4 : test success
Example #5 : test success
Example #6 : test success
Example #7 : test success
Example #8 : test success
Example #9 : test success
Example #1
$input = [
  
=> 'carrrot',
  
=> 'apple',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 6,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #2
$input = [
  
=> 'carrrot',
  
=> 'pineapple',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 9,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #3
$input = [
  
=> 'carrrot',
  
=> 'banana',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 6,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #4
$input = [
  
=> 'carrrot',
  
=> 'orange',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 6,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #5
$input = [
  
=> 'carrrot',
  
=> 'radish',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 6,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #6
$input = [
  
=> 'carrrot',
  
=> 'carrot',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 1,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #7
$input = [
  
=> 'carrrot',
  
=> 'pea',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 7,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #8
$input = [
  
=> 'carrrot',
  
=> 'bean',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 7,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]
Example #9
$input = [
  
=> 'carrrot',
  
=> 'potato',
]
$expected_output = $test_output
$test_output = [
  
'result' => [
    
'int' => 6,
  ],
  
'php_version' => '7.1.33 Linux x86_64',
]