Home
last modified time | relevance | path

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

/PHP-7.3/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.3/ext/dom/tests/
H A Dbug67949.phpt48 $anchor = $doc->getElementsByTagName('a')[0];
49 var_dump($anchor->attributes[0]->name);
/PHP-7.3/ext/intl/locale/
H A Dlocale_methods.c109 const char* const* anchor = list; in findOffset() local
112 return (int16_t)(list - anchor); in findOffset()
1206 char* anchor = NULL; in strToMatch() local
1213 anchor = retstr; in strToMatch()
1225 retstr= anchor; in strToMatch()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c5255 if (reg->anchor != 0 && str < end) { in search_in_range()
5258 if (reg->anchor & ANCR_BEGIN_POSITION) { in search_in_range()
5266 else if (reg->anchor & ANCR_BEGIN_BUF) { in search_in_range()
5281 else if (reg->anchor & ANCR_END_BUF) { in search_in_range()
5322 else if (reg->anchor & ANCR_SEMI_END_BUF) { in search_in_range()
5724 set->anchor = reg->anchor; in update_regset_by_reg()
5732 int anchor; in update_regset_by_reg() local
5734 anchor = set->anchor & reg->anchor; in update_regset_by_reg()
5735 if (anchor != 0) { in update_regset_by_reg()
5747 set->anchor = anchor; in update_regset_by_reg()
[all …]
H A Dregparse.h241 AnchorNode anchor; member
278 #define ANCHOR_(node) (&((node)->u.anchor))
H A Dregcomp.c6358 reg->anchor &= ~ANCR_ANYCHAR_INF_ML; in set_optimize_info_from_tree()
6399 reg->anchor = 0; in clear_optimize_info()
6467 print_anchor(FILE* f, int anchor) in print_anchor() argument
6473 if (anchor & ANCR_BEGIN_BUF) { in print_anchor()
6477 if (anchor & ANCR_BEGIN_LINE) { in print_anchor()
6482 if (anchor & ANCR_BEGIN_POSITION) { in print_anchor()
6487 if (anchor & ANCR_END_BUF) { in print_anchor()
6492 if (anchor & ANCR_SEMI_END_BUF) { in print_anchor()
6497 if (anchor & ANCR_END_LINE) { in print_anchor()
6502 if (anchor & ANCR_ANYCHAR_INF) { in print_anchor()
[all …]
H A Dregparse.c4084 int anchor; member
5056 tok->u.anchor = ANCR_WORD_BOUNDARY; in fetch_token()
5062 tok->u.anchor = ANCR_NO_WORD_BOUNDARY; in fetch_token()
5068 tok->u.anchor = ANCR_TEXT_SEGMENT_BOUNDARY; in fetch_token()
5074 tok->u.anchor = ANCR_NO_TEXT_SEGMENT_BOUNDARY; in fetch_token()
5081 tok->u.anchor = ANCR_WORD_BEGIN; in fetch_token()
5087 tok->u.anchor = ANCR_WORD_END; in fetch_token()
8184 IS_WORD_ASCII(env->options) && IS_WORD_ANCHOR_TYPE(tok->u.anchor) ? 1 : 0; in parse_exp()
8185 *np = onig_node_new_anchor(tok->u.anchor, ascii_mode); in parse_exp()
H A Dregint.h882 int anchor; /* BEGIN_BUF, BEGIN_POS, (SEMI_)END_BUF */ member
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY371 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
828 begin-line anchor and BM search optimization leads
1670 sub-anchor of optimization map info was wrong
2148 default: /./ not match "\n", anchor not match "\n"
2149 REG_NEWLINE: /./ not match "\n", anchor match "\n"
2193 anchor(\G etc...) influenced outside of "|". (/a|\Gb/)
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md219 Enables support for the special anchor `\G` (start-of-previous-match).
342 Enables support for the common `^` and `$` line-anchor metacharacters.
609 These anchor forms are very obscure, and rarely supported by other regex libraries.
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic19967 >>>36 use cab-anchor
19970 >>>36 use cab-anchor
19972 # can not use sub routine cab-anchor to display previous and next cabinet together
19973 #>>>36 use cab-anchor
19974 #>>>>&0 use cab-anchor
19984 0 name cab-anchor
H A Dmagic私はガラスを食べられます19967 >>>36 use cab-anchor
19970 >>>36 use cab-anchor
19972 # can not use sub routine cab-anchor to display previous and next cabinet together
19973 #>>>36 use cab-anchor
19974 #>>>>&0 use cab-anchor
19984 0 name cab-anchor

Completed in 163 milliseconds