Lines Matching refs:string_key
2228 zend_string *string_key; in preg_replace_func_impl() local
2238 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { in preg_replace_func_impl()
2247 if (string_key) { in preg_replace_func_impl()
2248 zend_hash_add_new(return_value_ht, string_key, &zv); in preg_replace_func_impl()
2297 zend_string *string_key; in _preg_replace_common() local
2307 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { in _preg_replace_common()
2318 if (string_key) { in _preg_replace_common()
2319 zend_hash_add_new(return_value_ht, string_key, &zv); in _preg_replace_common()
2917 zend_string *string_key; in php_pcre_grep_impl() local
2946 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(input), num_key, string_key, entry) { in php_pcre_grep_impl()
2970 if (string_key) { in php_pcre_grep_impl()
2971 zend_hash_update(return_value_ht, string_key, entry); in php_pcre_grep_impl()
2981 if (string_key) { in php_pcre_grep_impl()
2982 zend_hash_update(return_value_ht, string_key, entry); in php_pcre_grep_impl()