Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dlevenshtein.c30 …_levdist(const char *s1, int l1, const char *s2, int l2, int cost_ins, int cost_rep, int cost_del ) in reference_levdist() argument
55 c0 = p1[i2] + ((s1[i1] == s2[i2]) ? 0 : cost_rep); in reference_levdist()
98 long cost_ins, cost_rep, cost_del; in PHP_FUNCTION() local
110 …s(5 TSRMLS_CC, "sslll", &str1, &str1_len, &str2, &str2_len, &cost_ins, &cost_rep, &cost_del) == FA… 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.c1594 ZEND_ARG_INFO(0, cost_rep)

Completed in 19 milliseconds