Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1588 size_t match_len; /* Length of the current match */ in php_pcre_replace_impl() local
1726 match_len = offsets[(backref<<1)+1] - offsets[backref<<1]; in php_pcre_replace_impl()
1727 memcpy(walkbuf, subject + offsets[backref<<1], match_len); in php_pcre_replace_impl()
1728 walkbuf += match_len; in php_pcre_replace_impl()

Completed in 20 milliseconds