PCRE_UNGREEDY 4502 ext/pcre/pcrelib/pcre_compile.c greedy_default = ((options & PCRE_UNGREEDY) != 0); PCRE_UNGREEDY 7456 ext/pcre/pcrelib/pcre_compile.c case CHAR_U: *optset |= PCRE_UNGREEDY; break; PCRE_UNGREEDY 7499 ext/pcre/pcrelib/pcre_compile.c greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); PCRE_UNGREEDY 1119 ext/pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_UNGREEDY 282 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; PCRE_UNGREEDY 384 ext/pcre/php_pcre.c case 'U': coptions |= PCRE_UNGREEDY; break;