Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c595 case OP_FAIL: in find_minlength()
875 case OP_FAIL: in set_start_bits()
H A Dpcre_compile.c259 { 1, OP_FAIL, -1 },
260 { 4, OP_FAIL, -1 },
1846 case OP_FAIL: in find_fixedlength()
4880 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
6355 else if (*previous == OP_FAIL) goto END_REPEAT; in compile_branch()
6992 *code++ = OP_FAIL; in compile_branch()
8711 case OP_FAIL: in is_startline()
H A Dpcre_internal.h2124 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.c779 case OP_FAIL: in match()
1379 case OP_FAIL: /* From optimized (?!) condition */ in match()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h507 OP_FAIL, /* pop stack and move */ enumerator
H A Dregexec.c1176 static int OpPrevTarget = OP_FAIL;
2696 case OP_FAIL: MOP_IN(OP_FAIL); in match_at()
H A Dregcomp.c1189 r = add_opcode(reg, OP_FAIL); in compile_option_node()
5731 { OP_FAIL, "fail", ARG_NON },

Completed in 107 milliseconds