Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_config.c236 XSTRING(PCRE2_MAJOR.PCRE2_MINOR PCRE2_DATE) : in pcre2_config()
237 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 32 macro
H A Dpcre2_compile.c5940 (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR >= pptr[3]))? in compile_branch()
5943 code[1+LINK_SIZE] = (PCRE2_MAJOR == pptr[2] && PCRE2_MINOR == pptr[3])? in compile_branch()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c422 REGISTER_LONG_CONSTANT("PCRE_VERSION_MINOR", PCRE2_MINOR, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 40 milliseconds