Searched refs:subject_entry (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pcre/ |
H A D | php_pcre.c | 2227 zval *subject_entry, zv; 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() 2240 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in preg_replace_func_impl() 2296 zval *subject_entry, zv; in _preg_replace_common() local 2307 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { in _preg_replace_common() 2310 zend_string *subject_entry_str = zval_get_tmp_string(subject_entry, &tmp_subject_entry_str); in _preg_replace_common()
|
/php-src/ext/standard/ |
H A D | string.c | 4476 zval *subject_entry; local 4494 ZEND_HASH_FOREACH_KEY_VAL(subject_ht, num_key, string_key, subject_entry) { 4496 ZVAL_DEREF(subject_entry); 4497 subject_str = zval_get_tmp_string(subject_entry, &tmp_subject_str);
|
Completed in 27 milliseconds