Home
last modified time | relevance | path

Searched defs:num_subpats (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/pcre/
H A Dphp_pcre.c508 static void free_subpats_table(zend_string **subpat_names, uint32_t num_subpats) { in free_subpats_table()
521 uint32_t num_subpats = pce->capture_count + 1; in make_subpats_table() local
1036 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1165 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_match_impl() local
1548 …t char *subject, PCRE2_SIZE *offsets, zend_string **subpat_names, uint32_t num_subpats, int count,… in preg_do_repl_func()
1615 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_impl() local
1857 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_replace_func_impl() local
2564 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_split_impl() local
2914 uint32_t num_subpats; /* Number of captured subpatterns */ in php_pcre_grep_impl() local

Completed in 23 milliseconds