Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c230 uint32_t goptions = 0; in pcre2_substitute() local
367 else rc = pcre2_match(code, subject, length, start_offset, options|goptions, in pcre2_substitute()
384 if (goptions == 0 || start_offset >= length) break; in pcre2_substitute()
418 goptions = 0; in pcre2_substitute()
443 goptions = PCRE2_NOTEMPTY_ATSTART | PCRE2_ANCHORED; in pcre2_substitute()
930 goptions = (ovector[0] != ovector[1] || ovector[0] > start_offset)? 0 : in pcre2_substitute()

Completed in 16 milliseconds