Searched refs:match_pair (Results 1 – 1 of 1) sorted by relevance
1027 zval match_pair; in add_offset_pair() local1035 ZVAL_COPY(&match_pair, &PCRE_G(unmatched_null_pair)); in add_offset_pair()1040 ZVAL_COPY(&match_pair, &PCRE_G(unmatched_empty_pair)); in add_offset_pair()1046 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()1050 add_named(result, name, &match_pair, start_offset == PCRE2_UNSET); in add_offset_pair()1052 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair); in add_offset_pair()
Completed in 10 milliseconds