Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_study.c178 case OP_NCREF: in find_minlength()
789 case OP_NCREF: in set_start_bits()
H A DHACKING439 containing the reference number. OP_NCREF is used instead if the reference was
445 subpattern using the opcode OP_RREF or OP_NRREF (cf OP_NCREF), and a value of
H A Dpcre_printint.src274 case OP_NCREF:
H A Dpcre_compile.c1693 case OP_NCREF: in first_significant_code()
1838 case OP_NCREF: in find_fixedlength()
7543 case OP_NCREF: in is_startline()
H A Dpcre_internal.h2086 OP_NCREF, /* 136 Same, but generated by a name reference*/ enumerator
H A Dpcre_exec.c1376 else if (condcode == OP_CREF || condcode == OP_NCREF) /* Group used test */ in match()
1386 if (!condition && condcode == OP_NCREF) in match()
H A DChangeLog386 2. JIT compiler now supports OP_NCREF, OP_RREF and OP_NRREF. New test cases

Completed in 93 milliseconds