Home
last modified time | relevance | path

Searched refs:OP_FAIL (Results 1 – 9 of 9) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_study.c593 case OP_FAIL: in find_minlength()
873 case OP_FAIL: in set_start_bits()
H A Dpcre_compile.c257 { 1, OP_FAIL, -1 },
258 { 4, OP_FAIL, -1 },
1844 case OP_FAIL: in find_fixedlength()
4878 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
6353 else if (*previous == OP_FAIL) goto END_REPEAT; in compile_branch()
6999 *code++ = OP_FAIL; in compile_branch()
8723 case OP_FAIL: in is_startline()
H A Dpcre_internal.h2120 OP_FAIL, /* 157 */ enumerator
H A Dpcre_jit_compile.c670 case OP_FAIL: in next_opcode()
7044 …*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) ? FALSE : TRUE; in compile_bracket_matchingpath()
7302 else if (*matchingpath == OP_RREF || *matchingpath == OP_DNRREF || *matchingpath == OP_FAIL) in compile_bracket_matchingpath()
7308 if (*matchingpath == OP_FAIL) in compile_bracket_matchingpath()
8156 if (*cc == OP_FAIL) in compile_fail_accept_matchingpath()
8550 case OP_FAIL: in compile_matchingpath()
9643 case OP_FAIL: in compile_backtrackingpath()
H A DHACKING201 OP_FAIL ) parentheses, it may be preceded by one or more
H A Dpcre_exec.c777 case OP_FAIL: in match()
1377 case OP_FAIL: /* From optimized (?!) condition */ in match()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregint.h511 OP_FAIL, /* pop stack and move */ enumerator
H A Dregexec.c1176 static int OpPrevTarget = OP_FAIL;
2691 case OP_FAIL: MOP_IN(OP_FAIL); in match_at()
H A Dregcomp.c1189 r = add_opcode(reg, OP_FAIL); in compile_option_node()
5763 { OP_FAIL, "fail", ARG_NON },

Completed in 131 milliseconds