php_pcre_replace_impl  933 ext/pcre/php_pcre.c 	return php_pcre_replace_impl(pce, subject, subject_len, replace_val, 
php_pcre_replace_impl   68 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 1420 ext/spl/spl_iterators.c 		result = php_pcre_replace_impl(intern->u.regex.pce, subject, subject_len, replacement, 0, &result_len, 0, NULL TSRMLS_CC);