Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c990 zval match_pair; in add_offset_pair() local
998 ZVAL_COPY(&match_pair, &PCRE_G(unmatched_null_pair)); in add_offset_pair()
1003 ZVAL_COPY(&match_pair, &PCRE_G(unmatched_empty_pair)); in add_offset_pair()
1009 ZVAL_ARR(&match_pair, zend_new_pair(&val1, &val2)); in add_offset_pair()
1013 add_named(result, name, &match_pair, start_offset == PCRE2_UNSET); in add_offset_pair()
1015 zend_hash_next_index_insert_new(result, &match_pair); in add_offset_pair()

Completed in 12 milliseconds