PCRE_DOTALL      4770 ext/pcre/pcrelib/pcre_compile.c     *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY;
PCRE_DOTALL      7454 ext/pcre/pcrelib/pcre_compile.c             case CHAR_s: *optset |= PCRE_DOTALL; break;
PCRE_DOTALL      1119 ext/pcre/pcrelib/pcre_internal.h    PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
PCRE_DOTALL       278 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_DOTALL) != 0)   options |= PCRE_DOTALL;
PCRE_DOTALL       377 ext/pcre/php_pcre.c 			case 's':	coptions |= PCRE_DOTALL;		break;