Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c540 zval *match_pair; in add_offset_pair() local
542 ALLOC_ZVAL(match_pair); in add_offset_pair()
543 array_init(match_pair); in add_offset_pair()
544 INIT_PZVAL(match_pair); in add_offset_pair()
547 add_next_index_stringl(match_pair, str, len, 1); in add_offset_pair()
548 add_next_index_long(match_pair, offset); in add_offset_pair()
551 zval_add_ref(&match_pair); in add_offset_pair()
552 zend_hash_update(Z_ARRVAL_P(result), name, strlen(name)+1, &match_pair, sizeof(zval *), NULL); in add_offset_pair()
554 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL); in add_offset_pair()

Completed in 12 milliseconds