Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c276 case OP_ANY: in find_minlength()
854 case OP_ANY: in set_start_bits()
1227 case OP_ANY: in set_start_bits()
H A Dpcre_exec.c2303 case OP_ANY: in match()
4381 case OP_ANY: in match()
4634 case OP_ANY: in match()
5149 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5154 case OP_ANY: /* This is the non-NL case */ in match()
5274 if (ctype == OP_ANY && IS_NEWLINE(eptr)) in match()
5279 case OP_ANY: /* This is the non-NL case */ in match()
5704 case OP_ANY: in match()
5946 case OP_ANY: in match()
H A Dpcre_compile.c1909 case OP_ANY: in find_fixedlength()
2585 case OP_ANY: in could_be_empty_branch()
2976 case OP_ANY: in get_chr_property_list()
4784 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8767 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 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 99 milliseconds