Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/
H A Dphp_pcre.c2732 char *in_str_end; /* End of the input string */ in PHP_FUNCTION() local
2753 in_str_end = in_str + ZSTR_LEN(str); in PHP_FUNCTION()
2800 } while (p != in_str_end); in PHP_FUNCTION()
2855 } while (p != in_str_end); in PHP_FUNCTION()

Completed in 17 milliseconds