Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_study.c185 case OP_RREF: in find_minlength()
914 case OP_RREF: in set_start_bits()
H A Dpcre_compile.c1691 case OP_RREF: in first_significant_code()
1850 case OP_RREF: in find_fixedlength()
6771 code[1+LINK_SIZE] = OP_RREF; /* Change the type of test */ in compile_branch()
6949 code[1+LINK_SIZE] = OP_RREF; /* Change test type */ in compile_branch()
8713 case OP_RREF: in is_startline()
H A Dpcre_internal.h2103 OP_RREF, /* 143 Used to hold a recursion number as condition */ enumerator
H A DHACKING500 subpattern using the opcode OP_RREF (with a value of zero for "the whole
H A Dpcre_jit_compile.c660 case OP_RREF: in next_opcode()
7044 …has_alternatives = (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_… in compile_bracket_matchingpath()
7302 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
7310 else if (*matchingpath == OP_RREF) in compile_bracket_matchingpath()
H A Dpcre_exec.c1336 case OP_RREF: /* Numbered group recursion test */ in match()
H A DChangeLog1322 2. JIT compiler now supports OP_NCREF, OP_RREF and OP_NRREF. New test cases

Completed in 78 milliseconds