Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c3617 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p… function
3646 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);

Completed in 23 milliseconds