Home
last modified time | relevance | path

Searched refs:num_subpats (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c545 for (i = 0; i < num_subpats; i++) { in free_subpats_table()
1253 num_subpats = pce->capture_count + 1; in php_pcre_match_impl()
1270 for (i=0; i<num_subpats; i++) { in php_pcre_match_impl()
1315 count = num_subpats; in php_pcre_match_impl()
1365 if (count < num_subpats) { in php_pcre_match_impl()
1366 for (; i < num_subpats; i++) { in php_pcre_match_impl()
1462 for (i = 0; i < num_subpats; i++) { in php_pcre_match_impl()
1470 for (i = 0; i < num_subpats; i++) { in php_pcre_match_impl()
1680 count = num_subpats; in php_pcre_replace_impl()
1934 count = num_subpats; in php_pcre_replace_func_impl()
[all …]

Completed in 23 milliseconds