Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_get.c282 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
286 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) in get_first_set()
290 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.h1122 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
H A DNEWS278 duplicated names without the use of PCRE_DUPNAMES. However, they may not have
H A Dpcre_compile.c7073 if ((options & PCRE_DUPNAMES) == 0) in compile_branch()
7448 *optset |= PCRE_DUPNAMES; in compile_branch()
H A DChangeLog48 PCRE_DUPNAMES was not set caused the amount of memory needed for the pattern
2223 allowed to have the same name, even if PCRE_DUPNAMES is not set. However,
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2161 PCRE_DUPNAMES
2816 and (?-J) set and unset the local PCRE_DUPNAMES option, respectively.
3958 be unique (PCRE_DUPNAMES was not set), you can find the number from the
3981 ate. NOTE: If PCRE_DUPNAMES is set and there are duplicate names, the
3998 When a pattern is compiled with the PCRE_DUPNAMES option, names for
5974 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA
6142 to relax this constraint by setting the PCRE_DUPNAMES option at compile
6193 when PCRE_DUPNAMES is not set.

Completed in 196 milliseconds