Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dlevenshtein.c29 …levdist(const char *s1, size_t l1, const char *s2, size_t l2, zend_long cost_ins, zend_long cost_r… in reference_levdist() argument
36 return l2 * cost_ins; in reference_levdist()
49 p1[i2] = i2 * cost_ins; in reference_levdist()
60 c2 = p2[i2] + cost_ins; in reference_levdist()
98 zend_long cost_ins, cost_rep, cost_del; in PHP_FUNCTION() local
110 …if (zend_parse_parameters(5, "sslll", &str1, &str1_len, &str2, &str2_len, &cost_ins, &cost_rep, &c… in PHP_FUNCTION()
113 distance = reference_levdist(str1, str1_len, str2, str2_len, cost_ins, cost_rep, cost_del); in PHP_FUNCTION()
H A Dbasic_functions.c1558 ZEND_ARG_INFO(0, cost_ins)

Completed in 18 milliseconds