Searched refs:subject_entry (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pcre/ |
H A D | php_pcre.c | 2220 zval *subject_entry, zv; in preg_replace_func_impl() local 2230 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { in preg_replace_func_impl() 2232 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_func_impl() 2300 zval *subject_entry, zv; in preg_replace_common() local 2310 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { in preg_replace_common() 2313 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_common()
|
/PHP-8.3/ext/standard/ |
H A D | string.c | 4215 zval *subject_entry, *zcount = NULL; local 4241 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { 4243 ZVAL_DEREF(subject_entry); 4244 subject_str = zval_get_tmp_string(subject_entry, &tmp_subject_str);
|
Completed in 23 milliseconds