Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dstring.c3226 static void php_similar_str(const char *txt1, int len1, const char *txt2, int len2, int *pos1, int … argument
3230 char *end2 = (char *) txt2 + len2;
3235 for (q = (char *) txt2; q < end2; q++) {
3240 *pos2 = q - txt2;
3249 static int php_similar_char(const char *txt1, int len1, const char *txt2, int len2) argument
3254 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max);
3258 txt2, pos2);
3262 txt2 + pos2 + max, len2 - pos2 - max);
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar8 …ts/unknownClass.txti�����Ji���o�p�����������texts/testTypeNotSpecified.txt2�����J2����?�����…

Completed in 26 milliseconds