in_str_end       1734 ext/pcre/php_pcre.c 	char	*in_str_end;    /* End of the input string */
in_str_end       1750 ext/pcre/php_pcre.c 	in_str_end = in_str + in_str_len;
in_str_end       1753 ext/pcre/php_pcre.c 	if (in_str == in_str_end) {
in_str_end       1767 ext/pcre/php_pcre.c 	for(p = in_str, q = out_str; p != in_str_end; p++) {