Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c51 (PCRE2_SUBSTITUTE_EXTENDED|PCRE2_SUBSTITUTE_GLOBAL| \
917 if (rc < 0) suboptions &= (~PCRE2_SUBSTITUTE_GLOBAL); in pcre2_substitute()
933 } while ((suboptions & PCRE2_SUBSTITUTE_GLOBAL) != 0); /* Repeat "do" loop */ in pcre2_substitute()
H A Dpcre2.h177 #define PCRE2_SUBSTITUTE_GLOBAL 0x00000100u /* pcre2_substitute() only */ macro

Completed in 14 milliseconds