Home
last modified time | relevance | path

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

/PHP-5.3/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.h148 #define PCRE_DUPNAMES 0x00080000 /* C1 */ macro
H A Dpcre_internal.h1168 PCRE_DUPNAMES|PCRE_NEWLINE_BITS|PCRE_BSR_ANYCRLF|PCRE_BSR_UNICODE| \
H A DNEWS181 duplicated names without the use of PCRE_DUPNAMES. However, they may not have
H A Dpcre_compile.c6117 (options & PCRE_DUPNAMES) == 0) in compile_branch()
6439 *optset |= PCRE_DUPNAMES; in compile_branch()
H A DChangeLog1463 allowed to have the same name, even if PCRE_DUPNAMES is not set. However,
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2106 PCRE_DUPNAMES
2674 and (?-J) set and unset the local PCRE_DUPNAMES option, respectively.
2756 only if PCRE_DUPNAMES is set. In all cases of duplicate names, they
3803 be unique (PCRE_DUPNAMES was not set), you can find the number from the
3826 ate. NOTE: If PCRE_DUPNAMES is set and there are duplicate names, the
3843 When a pattern is compiled with the PCRE_DUPNAMES option, names for
5618 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA
5784 to relax this constraint by setting the PCRE_DUPNAMES option at compile
5825 PCRE_DUPNAMES is not set.

Completed in 98 milliseconds