Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c4553 BOOL xclass_has_prop; in compile_branch() local
4909 xclass_has_prop = FALSE; in compile_branch()
5043 xclass_has_prop = TRUE; in compile_branch()
5242 xclass_has_prop = TRUE; in compile_branch()
5416 !xclass_has_prop && in compile_branch()
5534 if (xclass && (xclass_has_prop || !should_flip_negation || in compile_branch()
5537 if (xclass && (xclass_has_prop || !should_flip_negation)) in compile_branch()
5545 if (xclass_has_prop) *code |= XCL_HASPROP; in compile_branch()
5555 if (negate_class && !xclass_has_prop) in compile_branch()

Completed in 21 milliseconds