Home
last modified time | relevance | path

Searched refs:PCRE2_INFO_CAPTURECOUNT (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c77 case PCRE2_INFO_CAPTURECOUNT: in pcre2_pattern_info()
139 case PCRE2_INFO_CAPTURECOUNT: in pcre2_pattern_info()
H A Dpcre2.h408 #define PCRE2_INFO_CAPTURECOUNT 4 macro
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c848 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &new_entry.capture_count); in pcre_get_compiled_regex_cache_ex()
948 rc = pcre2_pattern_info(re, PCRE2_INFO_CAPTURECOUNT, &capture_count); in php_pcre_create_match_data()

Completed in 19 milliseconds