Home
last modified time | relevance | path

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

/PHP-7.2/ext/session/tests/
H A Dbug74892.phpt14 <p><a href="index.php#place">External link with anchor</a></p>
15 <p><a href="http://php.net#foo">External link with anchor 2</a></p>
20 <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>
21 <p><a href="http://php.net?PHPSESSID=sessionidhere#foo">External link with anchor 2</a></p>
H A Dbug50308.phpt2 Bug #50308 (session id not appended properly for empty anchor tags)
/PHP-7.2/ext/dom/tests/
H A Dbug67949.phpt46 $anchor = $doc->getElementsByTagName('a')[0];
47 var_dump($anchor->attributes[0]->name);
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h75 #define NANCHOR(node) (&((node)->u.anchor))
261 AnchorNode anchor; member
H A Dregcomp.c5035 reg->anchor &= ~ANCHOR_ANYCHAR_STAR_ML; in set_optimize_info_from_tree()
5077 reg->anchor = 0; in clear_optimize_info()
5140 print_anchor(FILE* f, int anchor) in print_anchor() argument
5146 if (anchor & ANCHOR_BEGIN_BUF) { in print_anchor()
5150 if (anchor & ANCHOR_BEGIN_LINE) { in print_anchor()
5155 if (anchor & ANCHOR_BEGIN_POSITION) { in print_anchor()
5160 if (anchor & ANCHOR_END_BUF) { in print_anchor()
5165 if (anchor & ANCHOR_SEMI_END_BUF) { in print_anchor()
5170 if (anchor & ANCHOR_END_LINE) { in print_anchor()
5175 if (anchor & ANCHOR_ANYCHAR_STAR) { in print_anchor()
[all …]
H A Dregexec.c3472 if (reg->anchor != 0 && str < end) { in onig_search()
3475 if (reg->anchor & ANCHOR_BEGIN_POSITION) { in onig_search()
3483 else if (reg->anchor & ANCHOR_BEGIN_BUF) { in onig_search()
3498 else if (reg->anchor & ANCHOR_END_BUF) { in onig_search()
3530 else if (reg->anchor & ANCHOR_SEMI_END_BUF) { in onig_search()
3553 else if ((reg->anchor & ANCHOR_ANYCHAR_STAR_ML)) { in onig_search()
3636 if ((reg->anchor & ANCHOR_ANYCHAR_STAR) != 0) { in onig_search()
3642 if ((reg->anchor & (ANCHOR_LOOK_BEHIND | ANCHOR_PREC_READ_NOT)) == 0) { in onig_search()
H A Dregparse.c2237 int anchor; member
3235 tok->u.anchor = ANCHOR_WORD_BOUND; in fetch_token()
3241 tok->u.anchor = ANCHOR_NOT_WORD_BOUND; in fetch_token()
3248 tok->u.anchor = ANCHOR_WORD_BEGIN; in fetch_token()
3254 tok->u.anchor = ANCHOR_WORD_END; in fetch_token()
5243 *np = onig_node_new_anchor(tok->u.anchor); in parse_exp()
H A Doniguruma.h691 int anchor; /* BEGIN_BUF, BEGIN_POS, (SEMI_)END_BUF */ member
/PHP-7.2/ext/intl/locale/
H A Dlocale_methods.c111 const char* const* anchor = list; in findOffset() local
114 return (int16_t)(list - anchor); in findOffset()
1213 char* anchor = NULL; in strToMatch() local
1220 anchor = retstr; in strToMatch()
1232 retstr= anchor; in strToMatch()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY176 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
633 begin-line anchor and BM search optimization leads
1475 sub-anchor of optimization map info was wrong
1953 default: /./ not match "\n", anchor not match "\n"
1954 REG_NEWLINE: /./ not match "\n", anchor match "\n"
1998 anchor(\G etc...) influenced outside of "|". (/a|\Gb/)
/PHP-7.2/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-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt7442 of dynamic anchor, or "I've started, so I must finish." The name of the
7452 anchor, unless PCRE's start-of-match optimizations are turned off, as
9504 or starting the pattern with ^.* or ^.*? to indicate explicit anchor-
10096 anchor your match at the beginning of the string. For example, you

Completed in 132 milliseconds