Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dstring.c3481 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p… argument
3485 char *end2 = (char *) txt2 + len2;
3490 for (q = (char *) txt2; q < end2; q++) {
3495 *pos2 = q - txt2;
3504 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2) argument
3509 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max);
3513 txt2, pos2);
3517 txt2 + pos2 + max, len2 - pos2 - max);
/PHP-7.1/scripts/dev/
H A Dgenerate-phpt.phar8 …ts/unknownClass.txti�����Ji���o�p�����������texts/testTypeNotSpecified.txt2�����J2����?�����…

Completed in 27 milliseconds