Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/
H A Dphp_pcre.c1236 match_sets[i] = zend_new_array(0); in php_pcre_match_impl()
1277 if (match_sets) efree(match_sets); in php_pcre_match_impl()
1288 match_sets[i], subject, offsets[2*i], offsets[2*i+1], in php_pcre_match_impl()
1296 zend_hash_next_index_insert_new(match_sets[i], &val); in php_pcre_match_impl()
1318 match_sets[i], NULL, PCRE2_UNSET, PCRE2_UNSET, in php_pcre_match_impl()
1323 zend_hash_next_index_insert_new(match_sets[i], &tmp); in php_pcre_match_impl()
1413 if (match_sets) { in php_pcre_match_impl()
1417 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
1420 GC_ADDREF(match_sets[i]); in php_pcre_match_impl()
1427 ZVAL_ARR(&wrapper, match_sets[i]); in php_pcre_match_impl()
[all …]

Completed in 13 milliseconds