PCRE_ANCHORED 6139 ext/pcre/pcrelib/pcre_compile.c if ((re->options & PCRE_ANCHORED) == 0) PCRE_ANCHORED 6143 ext/pcre/pcrelib/pcre_compile.c re->options |= PCRE_ANCHORED; PCRE_ANCHORED 6165 ext/pcre/pcrelib/pcre_compile.c ((re->options & PCRE_ANCHORED) == 0 || (reqbyte & REQ_VARY) != 0)) PCRE_ANCHORED 4435 ext/pcre/pcrelib/pcre_exec.c anchored = ((re->options | options) & PCRE_ANCHORED) != 0; PCRE_ANCHORED 514 ext/pcre/pcrelib/pcre_internal.h (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \ PCRE_ANCHORED 520 ext/pcre/pcrelib/pcre_internal.h (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NO_UTF8_CHECK| \ PCRE_ANCHORED 524 ext/pcre/pcrelib/pcre_internal.h (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NO_UTF8_CHECK| \ PCRE_ANCHORED 528 ext/pcre/pcrelib/pcre_study.c if ((re->options & PCRE_ANCHORED) != 0 || PCRE_ANCHORED 254 ext/pcre/pcrelib/pcredemo.c options = PCRE_NOTEMPTY | PCRE_ANCHORED; PCRE_ANCHORED 299 ext/pcre/php_pcre.c case 'A': coptions |= PCRE_ANCHORED; break; PCRE_ANCHORED 714 ext/pcre/php_pcre.c g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0; PCRE_ANCHORED 1147 ext/pcre/php_pcre.c g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0; PCRE_ANCHORED 1531 ext/pcre/php_pcre.c g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0;