Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1620 *replace_end; /* End of replacement string */ in php_pcre_replace_impl() local
1694 replace_end = walk + ZSTR_LEN(replace_str); in php_pcre_replace_impl()
1697 while (walk < replace_end) { in php_pcre_replace_impl()
1741 while (walk < replace_end) { in php_pcre_replace_impl()

Completed in 14 milliseconds