Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4544 BOOL negate_class; in compile_branch() local
4852 negate_class = FALSE; in compile_branch()
4865 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT) in compile_branch()
4866 negate_class = TRUE; in compile_branch()
4878 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()
5060 if (!negate_class && local_negate && in compile_branch()
5424 if (negate_class) in compile_branch()
5544 *code = negate_class? XCL_NOT:0; in compile_branch()
5555 if (negate_class && !xclass_has_prop) in compile_branch()
5581 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
[all …]

Completed in 36 milliseconds