Searched refs:php_pcre_replace (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/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 | 959 PHPAPI char *php_pcre_replace(char *regex, int regex_len, in php_pcre_replace() function 1266 if ((result = php_pcre_replace(Z_STRVAL_PP(regex_entry), in php_replace_in_subject() 1288 result = php_pcre_replace(Z_STRVAL_P(regex), in php_replace_in_subject()
|
/PHP-5.3/win32/ |
H A D | sendmail.c | 169 result = php_pcre_replace(PHP_WIN32_MAIL_UNIFY_PATTERN, sizeof(PHP_WIN32_MAIL_UNIFY_PATTERN)-1, in php_win32_mail_trim_header() 183 result2 = php_pcre_replace(PHP_WIN32_MAIL_RMVDBL_PATTERN, sizeof(PHP_WIN32_MAIL_RMVDBL_PATTERN)-1, in php_win32_mail_trim_header()
|
/PHP-5.3/main/ |
H A D | SAPI.c | 738 result = php_pcre_replace("/realm=\"(.*?)\"/i", 16, in sapi_header_op() 747 result = php_pcre_replace("/realm=([^\\s]+)(.*)/i", 21, in sapi_header_op()
|
Completed in 19 milliseconds