Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c180 case OP_NRREF: in find_minlength()
821 case OP_NRREF: in set_start_bits()
H A Dpcre_printint.src286 case OP_NRREF:
H A Dpcre_compile.c1695 case OP_NRREF: in first_significant_code()
1839 case OP_NRREF: in find_fixedlength()
7545 case OP_NRREF: in is_startline()
H A Dpcre_internal.h2088 OP_NRREF, /* 138 Same, but generated by a name reference*/ enumerator
H A DHACKING445 subpattern using the opcode OP_RREF or OP_NRREF (cf OP_NCREF), and a value of
H A Dpcre_exec.c1307 if (condcode == OP_RREF || condcode == OP_NRREF) /* Recursion test */ in match()
1324 if (!condition && condcode == OP_NRREF) in match()
H A DChangeLog386 2. JIT compiler now supports OP_NCREF, OP_RREF and OP_NRREF. New test cases

Completed in 64 milliseconds