Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/
H A Dphp_pcre.h28 PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, const char *subj…
H A Dphp_pcre.c1587 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace() function
2128 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array()
2150 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array()
2176 result = php_pcre_replace(regex_str, subject, ZSTR_VAL(subject), ZSTR_LEN(subject), in php_replace_in_subject()
/PHP-8.1/win32/
H A Dsendmail.c138 result = php_pcre_replace(regex, in php_win32_mail_trim_header()
154 result2 = php_pcre_replace(regex, in php_win32_mail_trim_header()

Completed in 26 milliseconds