Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dlevenshtein.c29 …s1, size_t l1, const char *s2, size_t l2, zend_long cost_ins, zend_long cost_rep, zend_long cost_d… in reference_levdist() argument
55 c0 = p1[i2] + ((s1[i1] == s2[i2]) ? 0 : cost_rep); 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.c1572 ZEND_ARG_INFO(0, cost_rep)

Completed in 14 milliseconds