Home
last modified time | relevance | path

Searched refs:PCRE_ANCHORED (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/pcre/tests/
H A Dpcre_anchored.phpt2 A (PCRE_ANCHORED) modififer
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcredemo.c308 options = PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED; in main()
H A Dpcre.h131 #define PCRE_ANCHORED 0x00000010 /* C4 E D */ macro
H A Dpcre_internal.h1118 (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \
1126 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
1131 (PCRE_ANCHORED|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|PCRE_NOTEMPTY_ATSTART| \
H A Dpcre_study.c1499 if ((re->options & PCRE_ANCHORED) == 0 && in pcre_study()
H A Dpcre_compile.c9443 if ((re->options & PCRE_ANCHORED) == 0) in pcre_compile2()
9445 if (is_anchored(codestart, 0, cd, 0)) re->options |= PCRE_ANCHORED; in pcre_compile2()
9492 ((re->options & PCRE_ANCHORED) == 0 || (reqcharflags & REQ_VARY) != 0)) in pcre_compile2()
H A Dpcre_jit_compile.c10005 if ((re->options & PCRE_ANCHORED) == 0) in PRIV()
10124 if ((re->options & PCRE_ANCHORED) == 0 && (re->options & PCRE_FIRSTLINE) != 0) in PRIV()
10132 if ((re->options & PCRE_ANCHORED) == 0) in PRIV()
H A Dpcre_exec.c6545 anchored = ((re->options | options) & PCRE_ANCHORED) != 0; in pcre_exec()
H A DChangeLog4031 PCRE_ANCHORED and checking the length, in preparation for adding
5715 4. Make PCRE_ANCHORED public and accept as a compile option.
5717 5. Add an options word to pcre_exec() and accept PCRE_ANCHORED and
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c361 case 'A': coptions |= PCRE_ANCHORED; break; in pcre_get_compiled_regex_cache()
770 g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0; in php_pcre_match_impl()
1227 g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0; in php_pcre_replace_impl()
1622 g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY | PCRE_ANCHORED : 0; in php_pcre_split_impl()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2055 PCRE_ANCHORED, PCRE_BSR_xxx, PCRE_NEWLINE_xxx, PCRE_NO_UTF8_CHECK, and
2105 PCRE_ANCHORED
2973 For such patterns, the PCRE_ANCHORED bit is set in the options returned
3225 The only bits that may be set are PCRE_ANCHORED, PCRE_NEWLINE_xxx,
3237 PCRE_ANCHORED
3239 The PCRE_ANCHORED option limits pcre_exec() to matching at the first
3240 matching position. If a pattern was compiled with PCRE_ANCHORED, or
3331 set with PCRE_NOTEMPTY_ATSTART and PCRE_ANCHORED, and then if that
3483 PCRE_NOTEMPTY_ATSTART and PCRE_ANCHORED options, and then if that
4120 zero. The only bits that may be set are PCRE_ANCHORED, PCRE_NEW-
[all …]

Completed in 179 milliseconds