Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1242 match_sets[i] = zend_new_array(0); in php_pcre_match_impl()
1283 if (match_sets) efree(match_sets); in php_pcre_match_impl()
1294 match_sets[i], subject, offsets[2*i], offsets[2*i+1], in php_pcre_match_impl()
1302 zend_hash_next_index_insert_new(match_sets[i], &val); in php_pcre_match_impl()
1324 match_sets[i], NULL, PCRE2_UNSET, PCRE2_UNSET, in php_pcre_match_impl()
1329 zend_hash_next_index_insert_new(match_sets[i], &tmp); in php_pcre_match_impl()
1419 if (match_sets) { in php_pcre_match_impl()
1423 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1426 GC_ADDREF(match_sets[i]); in php_pcre_match_impl()
1433 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
[all …]

Completed in 11 milliseconds