Searched refs:php_similar_str (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | string.c | 3465 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p… function 3493 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max);
|
Completed in 20 milliseconds