php_pcre_replace_impl  465 ext/fileinfo/libmagic/funcs.c 	res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
php_pcre_replace_impl 1023 ext/pcre/php_pcre.c 	result = php_pcre_replace_impl(pce, subject, subject_len, replace_val, 
php_pcre_replace_impl   60 ext/pcre/php_pcre.h PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, 
php_pcre_replace_impl 2042 ext/spl/spl_iterators.c 		result = php_pcre_replace_impl(intern->u.regex.pce, subject, subject_len, replacement, 0, &result_len, -1, &count TSRMLS_CC);