Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2095 zval *regex_entry; in php_pcre_replace_array() local
2104 ZEND_HASH_FOREACH_VAL(regex, regex_entry) { in php_pcre_replace_array()
2107 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array()
2143 ZEND_HASH_FOREACH_VAL(regex, regex_entry) { in php_pcre_replace_array()
2146 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array()
2200 zval *regex_entry; in php_replace_in_subject_func() local
2207 ZEND_HASH_FOREACH_VAL(regex_ht, regex_entry) { in php_replace_in_subject_func()
2210 zend_string *regex_entry_str = zval_get_tmp_string(regex_entry, &tmp_regex_entry_str); in php_replace_in_subject_func()

Completed in 10 milliseconds