Home
last modified time | relevance | path

Searched refs:OP_REPEAT_INC_NG_SG (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h629 OP_REPEAT_INC_NG_SG, /* search and get in stack (non greedy) */ enumerator
H A Dregexec.c2534 case OP_REPEAT_INC_NG_SG: in match_at()
2773 case OP_REPEAT_INC_NG_SG: STAT_OP_IN(OP_REPEAT_INC_NG_SG); in match_at()
H A Dregcomp.c686 r = add_opcode(reg, qn->greedy ? OP_REPEAT_INC_SG : OP_REPEAT_INC_NG_SG); in compile_range_repeat_node()
5537 { OP_REPEAT_INC_NG_SG, "repeat-inc-ng-sg", ARG_MEMNUM },
H A DHISTORY822 add OP_REPEAT_INC_SG and OP_REPEAT_INC_NG_SG.

Completed in 61 milliseconds