Searched refs:PCRE2_MINOR (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))
45 #define PCRE2_MINOR 35 macro
6356 (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR >= pptr[3]))? in compile_branch()6359 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
459 REGISTER_LONG_CONSTANT("PCRE_VERSION_MINOR", PCRE2_MINOR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()607 #if 10 == PCRE2_MAJOR && 37 == PCRE2_MINOR in pcre_get_compiled_regex_cache_ex()
Completed in 43 milliseconds