Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.h36 PHPAPI char *php_pcre_replace(char *regex, int regex_len, char *subject, int subject_len, zval *rep…
H A Dphp_pcre.c1010 PHPAPI char *php_pcre_replace(char *regex, int regex_len, in php_pcre_replace() function
1327 if ((result = php_pcre_replace(Z_STRVAL_PP(regex_entry), in php_replace_in_subject()
1349 result = php_pcre_replace(Z_STRVAL_P(regex), in php_replace_in_subject()
/PHP-5.5/win32/
H A Dsendmail.c170 result = php_pcre_replace(PHP_WIN32_MAIL_UNIFY_PATTERN, sizeof(PHP_WIN32_MAIL_UNIFY_PATTERN)-1, in php_win32_mail_trim_header()
184 result2 = php_pcre_replace(PHP_WIN32_MAIL_RMVDBL_PATTERN, sizeof(PHP_WIN32_MAIL_RMVDBL_PATTERN)-1, in php_win32_mail_trim_header()

Completed in 26 milliseconds