Home
last modified time | relevance | path

Searched refs:capture_count (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/pcre/
H A Dphp_pcre.h50 int capture_count; member
H A Dphp_pcre.c591 rc = pcre_fullinfo(re, extra, PCRE_INFO_CAPTURECOUNT, &new_entry.capture_count); in pcre_get_compiled_regex_cache_ex()
827 num_subpats = pce->capture_count + 1; in php_pcre_match_impl()
1321 num_subpats = pce->capture_count + 1; in php_pcre_replace_impl()
1580 num_subpats = pce->capture_count + 1; in php_pcre_replace_func_impl()
2278 size_offsets = (pce->capture_count + 1) * 3; in php_pcre_split_impl()
2602 size_offsets = (pce->capture_count + 1) * 3; in php_pcre_grep_impl()

Completed in 16 milliseconds