Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11135 BOOL charpos_enabled; in compile_iterator_matchingpath() local
11319 charpos_enabled = FALSE; in compile_iterator_matchingpath()
11326 charpos_enabled = !common->utf || !HAS_EXTRALEN(end[1]); in compile_iterator_matchingpath()
11328 charpos_enabled = TRUE; in compile_iterator_matchingpath()
11330 if (charpos_enabled && *end == OP_CHARI && char_has_othercase(common, end + 1)) in compile_iterator_matchingpath()
11334 charpos_enabled = FALSE; in compile_iterator_matchingpath()
11337 if (charpos_enabled) in compile_iterator_matchingpath()
11358 if (charpos_enabled) in compile_iterator_matchingpath()

Completed in 44 milliseconds