Searched refs:match_sets (Results 1 – 1 of 1) sorted by relevance
538 **match_sets = NULL; /* An array of sets of matches for each in php_pcre_match_impl() local620 match_sets = (zval **)safe_emalloc(num_subpats, sizeof(zval *), 0); in php_pcre_match_impl()622 ALLOC_ZVAL(match_sets[i]); in php_pcre_match_impl()623 array_init(match_sets[i]); in php_pcre_match_impl()624 INIT_PZVAL(match_sets[i]); in php_pcre_match_impl()655 if (match_sets) efree(match_sets); in php_pcre_match_impl()665 add_offset_pair(match_sets[i], (char *)stringlist[i], in php_pcre_match_impl()668 add_next_index_stringl(match_sets[i], (char *)stringlist[i], in php_pcre_match_impl()679 add_next_index_string(match_sets[i], "", 1); in php_pcre_match_impl()756 Z_ADDREF_P(match_sets[i]); in php_pcre_match_impl()[all …]
Completed in 22 milliseconds