Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c275 case OP_ALLANY: in find_minlength()
849 case OP_ALLANY: in set_start_bits()
1224 case OP_ALLANY: in set_start_bits()
H A Dpcre_exec.c2321 case OP_ALLANY: in match()
4406 case OP_ALLANY: in match()
4658 case OP_ALLANY: in match()
5168 case OP_ALLANY: in match()
5293 case OP_ALLANY: in match()
5729 case OP_ALLANY: in match()
5970 case OP_ALLANY: in match()
H A Dpcre_compile.c1893 case OP_ALLANY: in find_fixedlength()
2569 case OP_ALLANY: in could_be_empty_branch()
2960 case OP_ALLANY: in get_chr_property_list()
4770 *code++ = ((options & PCRE_DOTALL) != 0)? OP_ALLANY: OP_ANY; in compile_branch()
4863 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
7949 *code++ = (!utf && escape == ESC_C)? OP_ALLANY : escape; in compile_branch()
8519 if (scode[1] != OP_ALLANY || (bracket_map & cd->backref_map) != 0 || in is_anchored()
H A Dpcre_internal.h1900 OP_ALLANY, /* 13 Match any character */ enumerator
H A Dpcre_jit_compile.c601 case OP_ALLANY: in next_opcode()
1332 case OP_ALLANY: in get_framesize()
3389 case OP_ALLANY: in scan_prefix()
5345 case OP_ALLANY: in compile_char1_matchingpath()
7891 case OP_ALLANY: in compile_iterator_matchingpath()
8266 case OP_ALLANY: in compile_matchingpath()
H A DHACKING172 OP_ALLANY match any one character, including newline
H A DChangeLog2525 OP_ALLANY, which is like OP_ANY but doesn't check the /s flag. Since /s
2527 improvement to matching performance by compiling OP_ALLANY instead of

Completed in 94 milliseconds