Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c534 zval *match_pair; in add_offset_pair() local
536 ALLOC_ZVAL(match_pair); in add_offset_pair()
537 array_init(match_pair); in add_offset_pair()
538 INIT_PZVAL(match_pair); in add_offset_pair()
541 add_next_index_stringl(match_pair, str, len, 1); in add_offset_pair()
542 add_next_index_long(match_pair, offset); in add_offset_pair()
545 zval_add_ref(&match_pair); in add_offset_pair()
546 zend_hash_update(Z_ARRVAL_P(result), name, strlen(name)+1, &match_pair, sizeof(zval *), NULL); in add_offset_pair()
548 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair, sizeof(zval *), NULL); in add_offset_pair()

Completed in 10 milliseconds