Home
last modified time | relevance | path

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

/PHP-8.3/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.h44 #define PCRE2_MAJOR 10 macro
H A Dpcre2_compile.c6467 code[1+LINK_SIZE] = ((PCRE2_MAJOR > pptr[2]) || in compile_branch()
6468 (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR >= pptr[3]))? in compile_branch()
6471 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
/PHP-8.3/ext/pcre/
H A Dphp_pcre_arginfo.h112 REGISTER_LONG_CONSTANT("PCRE_VERSION_MAJOR", PCRE2_MAJOR, CONST_PERSISTENT); in register_php_pcre_symbols()
H A Dphp_pcre.c592 #if 10 == PCRE2_MAJOR && 37 == PCRE2_MINOR && !HAVE_BUNDLED_PCRE in pcre_get_compiled_regex_cache_ex()

Completed in 261 milliseconds