Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c278 case OP_ANY: in find_minlength()
856 case OP_ANY: in set_start_bits()
1229 case OP_ANY: in set_start_bits()
H A Dpcre_exec.c2305 case OP_ANY: in match()
4383 case OP_ANY: in match()
4636 case OP_ANY: in match()
5151 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5156 case OP_ANY: /* This is the non-NL case */ in match()
5276 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5281 case OP_ANY: /* This is the non-NL case */ in match()
5706 case OP_ANY: in match()
5948 case OP_ANY: in match()
H A Dpcre_compile.c1911 case OP_ANY: in find_fixedlength()
2587 case OP_ANY: in could_be_empty_branch()
2978 case OP_ANY: in get_chr_property_list()
4786 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8764 if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 || in is_startline()
H A Dpcre_internal.h1907 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
H A DHACKING171 OP_ANY match any one character other than newline
H A Dpcre_jit_compile.c600 case OP_ANY: in next_opcode()
1354 case OP_ANY: in get_framesize()
3417 case OP_ANY: in scan_prefix()
5361 case OP_ANY: in compile_char1_matchingpath()
7932 case OP_ANY: in compile_iterator_matchingpath()
8307 case OP_ANY: in compile_matchingpath()
H A DChangeLog2701 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s
2704 OP_ANY for "." when DOTALL was set, and then removing the runtime tests
2705 on the OP_ANY path.

Completed in 122 milliseconds