Searched refs:php_pcre_replace (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/pcre/ |
H A D | php_pcre.h | 36 PHPAPI char *php_pcre_replace(char *regex, int regex_len, char *subject, int subject_len, zval *rep…
|
H A D | php_pcre.c | 1045 PHPAPI char *php_pcre_replace(char *regex, int regex_len, in php_pcre_replace() function 1373 if ((result = php_pcre_replace(Z_STRVAL_PP(regex_entry), in php_replace_in_subject() 1395 result = php_pcre_replace(Z_STRVAL_P(regex), in php_replace_in_subject()
|
/PHP-5.6/win32/ |
H A D | sendmail.c | 170 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 11 milliseconds