PCRE_UNGREEDY    3760 ext/pcre/pcrelib/pcre_compile.c greedy_default = ((options & PCRE_UNGREEDY) != 0);
PCRE_UNGREEDY    6447 ext/pcre/pcrelib/pcre_compile.c             case CHAR_U: *optset |= PCRE_UNGREEDY; break;
PCRE_UNGREEDY    6490 ext/pcre/pcrelib/pcre_compile.c             greedy_default = ((newoptions & PCRE_UNGREEDY) != 0);
PCRE_UNGREEDY    1166 ext/pcre/pcrelib/pcre_internal.h    PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
PCRE_UNGREEDY     271 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY;
PCRE_UNGREEDY     364 ext/pcre/php_pcre.c 			case 'U':	coptions |= PCRE_UNGREEDY;		break;