PCRE_DOTALL 4787 ext/pcre/pcrelib/pcre_compile.c case 's': *optset |= PCRE_DOTALL; break; PCRE_DOTALL 5603 ext/pcre/pcrelib/pcre_compile.c (*options & PCRE_DOTALL) != 0) PCRE_DOTALL 1422 ext/pcre/pcrelib/pcre_exec.c if ((ims & PCRE_DOTALL) == 0) PCRE_DOTALL 2937 ext/pcre/pcrelib/pcre_exec.c ((ims & PCRE_DOTALL) == 0 && IS_NEWLINE(eptr))) PCRE_DOTALL 3152 ext/pcre/pcrelib/pcre_exec.c if ((ims & PCRE_DOTALL) == 0) PCRE_DOTALL 3417 ext/pcre/pcrelib/pcre_exec.c (ctype == OP_ANY && (ims & PCRE_DOTALL) == 0 && PCRE_DOTALL 3578 ext/pcre/pcrelib/pcre_exec.c ((ims & PCRE_DOTALL) == 0 && IS_NEWLINE(eptr))) PCRE_DOTALL 3840 ext/pcre/pcrelib/pcre_exec.c if ((ims & PCRE_DOTALL) == 0) PCRE_DOTALL 3864 ext/pcre/pcrelib/pcre_exec.c if ((ims & PCRE_DOTALL) == 0) PCRE_DOTALL 4065 ext/pcre/pcrelib/pcre_exec.c if ((ims & PCRE_DOTALL) == 0) PCRE_DOTALL 4559 ext/pcre/pcrelib/pcre_exec.c ims = re->options & (PCRE_CASELESS|PCRE_MULTILINE|PCRE_DOTALL); PCRE_DOTALL 490 ext/pcre/pcrelib/pcre_internal.h #define PCRE_IMS (PCRE_CASELESS|PCRE_MULTILINE|PCRE_DOTALL) PCRE_DOTALL 515 ext/pcre/pcrelib/pcre_internal.h PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \ PCRE_DOTALL 228 ext/pcre/pcrelib/pcreposix.c if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; PCRE_DOTALL 295 ext/pcre/php_pcre.c case 's': coptions |= PCRE_DOTALL; break;