Searched refs:PCRE2_MAJOR (Results 1 – 5 of 5) sorted by relevance
242 XSTRING(PCRE2_MAJOR.PCRE2_MINOR PCRE2_DATE) : in pcre2_config()243 XSTRING(PCRE2_MAJOR.PCRE2_MINOR) XSTRING(PCRE2_PRERELEASE PCRE2_DATE); in pcre2_config()
60 ((PCRE2_MAJOR) | ((PCRE2_MINOR) << 16))
44 #define PCRE2_MAJOR 10 macro
6377 code[1+LINK_SIZE] = ((PCRE2_MAJOR > pptr[2]) || in compile_branch()6378 (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR >= pptr[3]))? in compile_branch()6381 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
458 REGISTER_LONG_CONSTANT("PCRE_VERSION_MAJOR", PCRE2_MAJOR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()607 #if 10 == PCRE2_MAJOR && 37 == PCRE2_MINOR && !HAVE_BUNDLED_PCRE in pcre_get_compiled_regex_cache_ex()
Completed in 34 milliseconds