Home
last modified time | relevance | path

Searched refs:OP_ANY (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c272 case OP_ANY: in find_minlength()
772 case OP_ANY: in set_start_bits()
1129 case OP_ANY: in set_start_bits()
H A Dpcre_exec.c2283 case OP_ANY: in match()
4274 case OP_ANY: in match()
4532 case OP_ANY: in match()
5034 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5039 case OP_ANY: /* This is the non-NL case */ in match()
5159 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5164 case OP_ANY: /* This is the non-NL case */ in match()
5549 case OP_ANY: in match()
5825 case OP_ANY: in match()
H A Dpcre_compile.c1904 case OP_ANY: in find_fixedlength()
2533 case OP_ANY: in could_be_empty_branch()
4015 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
7599 if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 || in is_startline()
H A Dpcre_internal.h1903 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
H A DHACKING163 OP_ANY match any one character other than newline
H A DChangeLog1764 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s
1767 OP_ANY for "." when DOTALL was set, and then removing the runtime tests
1768 on the OP_ANY path.

Completed in 67 milliseconds