Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c2060 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array() local
2080 result = php_pcre_replace(regex_str, in php_pcre_replace_array()
2103 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_pcre_replace_array() local
2107 result = php_pcre_replace(regex_str, in php_pcre_replace_array()
2179 zend_string *regex_str = zval_get_tmp_string(regex_entry, &tmp_regex_str); in php_replace_in_subject_func() local
2183 result = php_pcre_replace_func(regex_str, in php_replace_in_subject_func()

Completed in 10 milliseconds