match_pair        572 ext/pcre/php_pcre.c 	zval match_pair, tmp;
match_pair        574 ext/pcre/php_pcre.c 	array_init_size(&match_pair, 2);
match_pair        578 ext/pcre/php_pcre.c 	zend_hash_next_index_insert_new(Z_ARRVAL(match_pair), &tmp);
match_pair        580 ext/pcre/php_pcre.c 	zend_hash_next_index_insert_new(Z_ARRVAL(match_pair), &tmp);
match_pair        583 ext/pcre/php_pcre.c 		Z_ADDREF(match_pair);
match_pair        584 ext/pcre/php_pcre.c 		zend_hash_str_update(Z_ARRVAL_P(result), name, strlen(name), &match_pair);
match_pair        586 ext/pcre/php_pcre.c 	zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair);