Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c235 BOOL use_existing_match; in pcre2_substitute() local
266 use_existing_match = ((options & PCRE2_SUBSTITUTE_MATCHED) != 0); in pcre2_substitute()
279 if (use_existing_match) return PCRE2_ERROR_NULL; in pcre2_substitute()
288 else if (use_existing_match) in pcre2_substitute()
362 if (use_existing_match) in pcre2_substitute()
365 use_existing_match = FALSE; in pcre2_substitute()

Completed in 6 milliseconds