anchored         6365 ext/pcre/pcrelib/pcre_exec.c BOOL anchored;
anchored         6545 ext/pcre/pcrelib/pcre_exec.c anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
anchored         6698 ext/pcre/pcrelib/pcre_exec.c if (!anchored)
anchored         7013 ext/pcre/pcrelib/pcre_exec.c   if (anchored || start_match > end_subject) break;