Home
last modified time | relevance | path

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

/php-src/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 43 macro
H A Dpcre2_compile.c6731 (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR >= pptr[3]))? in compile_branch()
6734 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
/php-src/ext/pcre/
H A Dphp_pcre_arginfo.h124 REGISTER_LONG_CONSTANT("PCRE_VERSION_MINOR", PCRE2_MINOR, CONST_PERSISTENT); in register_php_pcre_symbols()
H A Dphp_pcre.c590 #if 10 == PCRE2_MAJOR && 37 == PCRE2_MINOR && !HAVE_BUNDLED_PCRE in pcre_get_compiled_regex_cache_ex()

Completed in 42 milliseconds