Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_get.c280 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
284 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
288 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
H A Dpcre.h158 #define PCRE_DUPNAMES 0x00080000 /* C1 */ macro
H A Dpcre_internal.h1119 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
H A DNEWS286 duplicated names without the use of PCRE_DUPNAMES. However, they may not have
H A Dpcre_compile.c7139 if ((options & PCRE_DUPNAMES) == 0) in compile_branch()
7569 *optset |= PCRE_DUPNAMES; in compile_branch()
H A DChangeLog224 PCRE_DUPNAMES was not set caused the amount of memory needed for the pattern
2399 allowed to have the same name, even if PCRE_DUPNAMES is not set. However,
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c458 case 'J': coptions |= PCRE_DUPNAMES; break; in pcre_get_compiled_regex_cache()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2172 PCRE_DUPNAMES
2827 and (?-J) set and unset the local PCRE_DUPNAMES option, respectively.
3969 be unique (PCRE_DUPNAMES was not set), you can find the number from the
3992 ate. NOTE: If PCRE_DUPNAMES is set and there are duplicate names, the
4009 When a pattern is compiled with the PCRE_DUPNAMES option, names for
5998 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA
6166 to relax this constraint by setting the PCRE_DUPNAMES option at compile
6217 when PCRE_DUPNAMES is not set.

Completed in 89 milliseconds