Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c673 zval match_pair, tmp; in add_offset_pair() local
675 array_init_size(&match_pair, 2); in add_offset_pair()
679 zend_hash_next_index_insert_new(Z_ARRVAL(match_pair), &tmp); in add_offset_pair()
681 zend_hash_next_index_insert_new(Z_ARRVAL(match_pair), &tmp); in add_offset_pair()
684 Z_ADDREF(match_pair); in add_offset_pair()
685 zend_hash_str_update(Z_ARRVAL_P(result), name, strlen(name), &match_pair); in add_offset_pair()
687 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair); in add_offset_pair()

Completed in 12 milliseconds