Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/tests/
H A Dungreedy.phpt2 U (PCRE_UNGREEDY) modififer
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c271 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
H A Dpcre.h133 #define PCRE_UNGREEDY 0x00000200 /* C1 */ macro
H A Dpcre_compile.c3760 greedy_default = ((options & PCRE_UNGREEDY) != 0); in compile_branch()
6447 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()
6490 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); in compile_branch()
H A Dpcre_internal.h1166 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
H A DChangeLog1403 It maps to PCRE_UNGREEDY. It is not, of course, POSIX-compatible, but it
3870 greediness, whatever the setting of the PCRE_UNGREEDY option.
4682 1. Add PCRE_UNGREEDY to invert the greediness of quantifiers.
4684 2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c359 case 'U': coptions |= PCRE_UNGREEDY; break; in pcre_get_compiled_regex_cache()
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2277 PCRE_UNGREEDY
4451 (d) If PCRE_UNGREEDY is set, the greediness of the repetition quanti-
5618 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA
5935 If the PCRE_UNGREEDY option is set (an option that is not available in
6050 PCRE_UNGREEDY option is ignored. They are a convenient notation for the
9079 The PCRE_UNGREEDY option is set when the regular expression is passed
9411 PCRE_UNGREEDY reverses * and *? N/A

Completed in 77 milliseconds