Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c587 **match_sets = NULL; /* An array of sets of matches for each in php_pcre_match_impl() local
669 match_sets = (zval **)safe_emalloc(num_subpats, sizeof(zval *), 0); in php_pcre_match_impl()
671 ALLOC_ZVAL(match_sets[i]); in php_pcre_match_impl()
672 array_init(match_sets[i]); in php_pcre_match_impl()
673 INIT_PZVAL(match_sets[i]); in php_pcre_match_impl()
704 if (match_sets) efree(match_sets); in php_pcre_match_impl()
714 add_offset_pair(match_sets[i], (char *)stringlist[i], in php_pcre_match_impl()
717 add_next_index_stringl(match_sets[i], (char *)stringlist[i], in php_pcre_match_impl()
728 add_next_index_string(match_sets[i], "", 1); in php_pcre_match_impl()
807 Z_ADDREF_P(match_sets[i]); in php_pcre_match_impl()
[all …]

Completed in 15 milliseconds