Home
last modified time | relevance | path

Searched refs:reference_levdist (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Dlevenshtein.c22 static zend_long reference_levdist(const zend_string *string1, const zend_string *string2, zend_lon… in reference_levdist() function
91 RETURN_LONG(reference_levdist(string1, string2, cost_ins, cost_rep, cost_del)); in PHP_FUNCTION()

Completed in 4 milliseconds