Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1691 char *in_str_end; /* End of the input string */ in PHP_FUNCTION() local
1707 in_str_end = in_str + in_str_len; in PHP_FUNCTION()
1710 if (in_str == in_str_end) { in PHP_FUNCTION()
1724 for(p = in_str, q = out_str; p != in_str_end; p++) { in PHP_FUNCTION()

Completed in 13 milliseconds