Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/session/tests/
H A Dbug50308.phpt2 Bug #50308 (session id not appended properly for empty anchor tags)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h75 #define NANCHOR(node) (&((node)->u.anchor))
261 AnchorNode anchor; member
H A Dregcomp.c5016 reg->anchor = 0; in clear_optimize_info()
5079 print_anchor(FILE* f, int anchor) in print_anchor() argument
5085 if (anchor & ANCHOR_BEGIN_BUF) { in print_anchor()
5089 if (anchor & ANCHOR_BEGIN_LINE) { in print_anchor()
5094 if (anchor & ANCHOR_BEGIN_POSITION) { in print_anchor()
5099 if (anchor & ANCHOR_END_BUF) { in print_anchor()
5104 if (anchor & ANCHOR_SEMI_END_BUF) { in print_anchor()
5109 if (anchor & ANCHOR_END_LINE) { in print_anchor()
5114 if (anchor & ANCHOR_ANYCHAR_STAR) { in print_anchor()
5119 if (anchor & ANCHOR_ANYCHAR_STAR_ML) { in print_anchor()
[all …]
H A Dregexec.c3452 if (reg->anchor != 0 && str < end) { in onig_search()
3455 if (reg->anchor & ANCHOR_BEGIN_POSITION) { in onig_search()
3463 else if (reg->anchor & ANCHOR_BEGIN_BUF) { in onig_search()
3478 else if (reg->anchor & ANCHOR_END_BUF) { in onig_search()
3511 else if (reg->anchor & ANCHOR_SEMI_END_BUF) { in onig_search()
3534 else if ((reg->anchor & ANCHOR_ANYCHAR_STAR_ML)) { in onig_search()
3617 if ((reg->anchor & ANCHOR_ANYCHAR_STAR) != 0) { in onig_search()
H A Dregparse.c2278 int anchor; member
3243 tok->u.anchor = ANCHOR_WORD_BOUND; in fetch_token()
3249 tok->u.anchor = ANCHOR_NOT_WORD_BOUND; in fetch_token()
3256 tok->u.anchor = ANCHOR_WORD_BEGIN; in fetch_token()
3262 tok->u.anchor = ANCHOR_WORD_END; in fetch_token()
5343 *np = onig_node_new_anchor(tok->u.anchor); in parse_exp()
H A Doniguruma.h684 int anchor; /* BEGIN_BUF, BEGIN_POS, (SEMI_)END_BUF */ member
H A DHISTORY64 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
521 begin-line anchor and BM search optimization leads
1363 sub-anchor of optimization map info was wrong
1841 default: /./ not match "\n", anchor not match "\n"
1842 REG_NEWLINE: /./ not match "\n", anchor match "\n"
1886 anchor(\G etc...) influenced outside of "|". (/a|\Gb/)
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c111 const char* const* anchor = list; in findOffset() local
114 return (int16_t)(list - anchor); in findOffset()
1195 char* anchor = NULL; in strToMatch() local
1202 anchor = retstr; in strToMatch()
1214 retstr= anchor; in strToMatch()
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14762 /--- COMMIT at the start of a pattern should act like an anchor. Again,
H A Dtestinput23035 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
H A Dtestoutput17934 /--- COMMIT at the start of a pattern should act like an anchor. Again,
H A Dtestoutput210684 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt7438 of dynamic anchor, or "I've started, so I must finish." The name of the
7448 anchor, unless PCRE's start-of-match optimizations are turned off, as
9457 or starting the pattern with ^.* or ^.*? to indicate explicit anchor-
10049 anchor your match at the beginning of the string. For example, you

Completed in 132 milliseconds