match_pair 539 ext/pcre/php_pcre.c zval *match_pair; match_pair 541 ext/pcre/php_pcre.c ALLOC_ZVAL(match_pair); match_pair 542 ext/pcre/php_pcre.c array_init(match_pair); match_pair 543 ext/pcre/php_pcre.c INIT_PZVAL(match_pair); match_pair 546 ext/pcre/php_pcre.c add_next_index_stringl(match_pair, str, len, 1); match_pair 547 ext/pcre/php_pcre.c add_next_index_long(match_pair, offset); match_pair 550 ext/pcre/php_pcre.c zval_add_ref(&match_pair); match_pair 551 ext/pcre/php_pcre.c zend_hash_update(Z_ARRVAL_P(result), name, strlen(name)+1, &match_pair, sizeof(zval *), NULL); match_pair 553 ext/pcre/php_pcre.c zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL);