in_str_end 1892 ext/pcre/php_pcre.c char *in_str_end; /* End of the input string */ in_str_end 1916 ext/pcre/php_pcre.c in_str_end = in_str + in_str_len; in_str_end 1919 ext/pcre/php_pcre.c if (in_str == in_str_end) { in_str_end 1933 ext/pcre/php_pcre.c for (p = in_str, q = ZSTR_VAL(out_str); p != in_str_end; p++) {