Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c585 zval *result_set, /* Holds a set of subpatterns after in php_pcre_match_impl() local
733 ALLOC_ZVAL(result_set); in php_pcre_match_impl()
734 array_init(result_set); in php_pcre_match_impl()
735 INIT_PZVAL(result_set); in php_pcre_match_impl()
740 add_offset_pair(result_set, (char *)stringlist[i], in php_pcre_match_impl()
744 add_assoc_stringl(result_set, subpat_names[i], (char *)stringlist[i], in php_pcre_match_impl()
747 add_next_index_stringl(result_set, (char *)stringlist[i], in php_pcre_match_impl()
752 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set, sizeof(zval *), NULL); in php_pcre_match_impl()

Completed in 15 milliseconds