Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_config.c242 XSTRING(PCRE2_MAJOR.PCRE2_MINOR PCRE2_DATE) : in pcre2_config()
243 XSTRING(PCRE2_MAJOR.PCRE2_MINOR) XSTRING(PCRE2_PRERELEASE PCRE2_DATE); in pcre2_config()
H A Dpcre2_serialize.c60 ((PCRE2_MAJOR) | ((PCRE2_MINOR) << 16))
H A Dpcre2.h45 #define PCRE2_MINOR 35 macro
H A Dpcre2_compile.c6356 (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()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c439 REGISTER_LONG_CONSTANT("PCRE_VERSION_MINOR", PCRE2_MINOR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
579 #if 10 == PCRE2_MAJOR && 37 == PCRE2_MINOR in pcre_get_compiled_regex_cache_ex()

Completed in 37 milliseconds