PCRE_UNGREEDY 4516 ext/pcre/pcrelib/pcre_compile.c greedy_default = ((options & PCRE_UNGREEDY) != 0); PCRE_UNGREEDY 7572 ext/pcre/pcrelib/pcre_compile.c case CHAR_U: *optset |= PCRE_UNGREEDY; break; PCRE_UNGREEDY 7615 ext/pcre/pcrelib/pcre_compile.c greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); PCRE_UNGREEDY 1116 ext/pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UNGREEDY 280 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; PCRE_UNGREEDY 396 ext/pcre/php_pcre.c case 'U': coptions |= PCRE_UNGREEDY; break;