Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c591 zval *result_set, /* Holds a set of subpatterns after in php_pcre_match_impl() local
753 ALLOC_ZVAL(result_set); in php_pcre_match_impl()
754 array_init(result_set); in php_pcre_match_impl()
755 INIT_PZVAL(result_set); in php_pcre_match_impl()
760 add_offset_pair(result_set, (char *)stringlist[i], in php_pcre_match_impl()
764 add_assoc_stringl(result_set, subpat_names[i], (char *)stringlist[i], in php_pcre_match_impl()
767 add_next_index_stringl(result_set, (char *)stringlist[i], in php_pcre_match_impl()
773 add_assoc_string(result_set, "MARK", (char *) mark, 1); in php_pcre_match_impl()
776 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set, sizeof(zval *), NULL); in php_pcre_match_impl()

Completed in 9 milliseconds