PCRE_ANCHORED 9443 ext/pcre/pcrelib/pcre_compile.c if ((re->options & PCRE_ANCHORED) == 0) PCRE_ANCHORED 9445 ext/pcre/pcrelib/pcre_compile.c if (is_anchored(codestart, 0, cd, 0)) re->options |= PCRE_ANCHORED; PCRE_ANCHORED 9492 ext/pcre/pcrelib/pcre_compile.c ((re->options & PCRE_ANCHORED) == 0 || (reqcharflags & REQ_VARY) != 0)) PCRE_ANCHORED 6545 ext/pcre/pcrelib/pcre_exec.c anchored = ((re->options | options) & PCRE_ANCHORED) != 0; PCRE_ANCHORED 1118 ext/pcre/pcrelib/pcre_internal.h (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \ PCRE_ANCHORED 1126 ext/pcre/pcrelib/pcre_internal.h (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \ PCRE_ANCHORED 1131 ext/pcre/pcrelib/pcre_internal.h (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \ PCRE_ANCHORED 10005 ext/pcre/pcrelib/pcre_jit_compile.c if ((re->options & PCRE_ANCHORED) == 0) PCRE_ANCHORED 10124 ext/pcre/pcrelib/pcre_jit_compile.c if ((re->options & PCRE_ANCHORED) == 0 && (re->options & PCRE_FIRSTLINE) != 0) PCRE_ANCHORED 10132 ext/pcre/pcrelib/pcre_jit_compile.c if ((re->options & PCRE_ANCHORED) == 0) PCRE_ANCHORED 1499 ext/pcre/pcrelib/pcre_study.c if ((re->options & PCRE_ANCHORED) == 0 && PCRE_ANCHORED 308 ext/pcre/pcrelib/pcredemo.c options = PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED; PCRE_ANCHORED 381 ext/pcre/php_pcre.c case 'A': coptions |= PCRE_ANCHORED; break; PCRE_ANCHORED 795 ext/pcre/php_pcre.c g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0; PCRE_ANCHORED 1262 ext/pcre/php_pcre.c g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0; PCRE_ANCHORED 1659 ext/pcre/php_pcre.c g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0;