Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/tests/
H A Dungreedy.phpt2 U (PCRE_UNGREEDY) modififer
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.c280 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
H A Dpcre.h136 #define PCRE_UNGREEDY 0x00000200 /* C1 */ macro
H A Dpcre_internal.h1116 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
H A Dpcre_compile.c4516 greedy_default = ((options & PCRE_UNGREEDY) != 0); in compile_branch()
7577 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()
7620 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); in compile_branch()
H A DChangeLog2339 It maps to PCRE_UNGREEDY. It is not, of course, POSIX-compatible, but it
4807 greediness, whatever the setting of the PCRE_UNGREEDY option.
5619 1. Add PCRE_UNGREEDY to invert the greediness of quantifiers.
5621 2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c448 case 'U': coptions |= PCRE_UNGREEDY; break; in pcre_get_compiled_regex_cache()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2376 PCRE_UNGREEDY
4686 (d) If PCRE_UNGREEDY is set, the greediness of the repetition quanti-
5998 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA
6327 If the PCRE_UNGREEDY option is set (an option that is not available in
6442 PCRE_UNGREEDY option is ignored. They are a convenient notation for the
9620 The PCRE_UNGREEDY option is set when the regular expression is passed
9952 PCRE_UNGREEDY reverses * and *? N/A

Completed in 114 milliseconds