Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c274 case OP_ANY: in find_minlength()
850 case OP_ANY: in set_start_bits()
1223 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.c1892 case OP_ANY: in find_fixedlength()
2568 case OP_ANY: in could_be_empty_branch()
2959 case OP_ANY: in get_chr_property_list()
4770 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
8638 if (scode[1] != OP_ANY || (bracket_map & cd->backref_map) != 0 || in is_startline()
H A Dpcre_internal.h1899 OP_ANY, /* 12 Match any character except newline (\N) */ enumerator
H A Dpcre_jit_compile.c600 case OP_ANY: in next_opcode()
1331 case OP_ANY: in get_framesize()
3388 case OP_ANY: in scan_prefix()
5324 case OP_ANY: in compile_char1_matchingpath()
7890 case OP_ANY: in compile_iterator_matchingpath()
8265 case OP_ANY: in compile_matchingpath()
H A DHACKING171 OP_ANY match any one character other than newline
H A DChangeLog2525 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s
2528 OP_ANY for "." when DOTALL was set, and then removing the runtime tests
2529 on the OP_ANY path.

Completed in 99 milliseconds