Home
last modified time | relevance | path

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

/php-src/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.c1576 PHPAPI zend_string *php_pcre_replace(zend_string *regex, in php_pcre_replace() function
2116 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array()
2138 result = php_pcre_replace(regex_str, subject_str, ZSTR_VAL(subject_str), in php_pcre_replace_array()
2164 result = php_pcre_replace(regex_str, subject, ZSTR_VAL(subject), ZSTR_LEN(subject), in php_replace_in_subject()
/php-src/win32/
H A Dsendmail.c137 result = php_pcre_replace(regex, in php_win32_mail_trim_header()
153 result2 = php_pcre_replace(regex, in php_win32_mail_trim_header()

Completed in 16 milliseconds