PCRE_UNGREEDY 2390 ext/pcre/pcrelib/pcre_compile.c greedy_default = ((options & PCRE_UNGREEDY) != 0); PCRE_UNGREEDY 4789 ext/pcre/pcrelib/pcre_compile.c case 'U': *optset |= PCRE_UNGREEDY; break; PCRE_UNGREEDY 4847 ext/pcre/pcrelib/pcre_compile.c greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); PCRE_UNGREEDY 515 ext/pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UNGREEDY 302 ext/pcre/php_pcre.c case 'U': coptions |= PCRE_UNGREEDY; break;