Lines Matching refs:Z_ARRVAL_P

984 		zend_hash_update(Z_ARRVAL_P(subpats), name, val);  in add_named()
986 if (!zend_hash_add(Z_ARRVAL_P(subpats), name, val)) { in add_named()
1023 zend_hash_next_index_insert(Z_ARRVAL_P(result), &match_pair); in add_offset_pair()
1053 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &val); in populate_subpat_array()
1059 zend_hash_add(Z_ARRVAL_P(subpats), subpat_names[i], &val); in populate_subpat_array()
1061 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &val); in populate_subpat_array()
1080 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &val); in populate_subpat_array()
1356 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set); in php_pcre_match_impl()
1434 zend_hash_update(Z_ARRVAL_P(subpats), subpat_names[i], &match_sets[i]); in php_pcre_match_impl()
1437 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl()
1441 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &match_sets[i]); in php_pcre_match_impl()
2240 zend_hash_add_new(Z_ARRVAL_P(return_value), string_key, &zv); in preg_replace_func_impl()
2242 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_func_impl()
2322 zend_hash_add_new(Z_ARRVAL_P(return_value), string_key, &zv); in preg_replace_common()
2324 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_common()
2595 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &tmp); in php_pcre_split_impl()
2613 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &tmp); in php_pcre_split_impl()
2695 zend_hash_next_index_insert_new(Z_ARRVAL_P(return_value), &tmp); in php_pcre_split_impl()
2898 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(input), num_key, string_key, entry) { in php_pcre_grep_impl()
2923 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
2925 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()
2934 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
2936 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()