php_pcre_replace_impl 451 ext/fileinfo/libmagic/funcs.c res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), &repl, 0, -1, &rep_cnt); php_pcre_replace_impl 1070 ext/pcre/php_pcre.c result = php_pcre_replace_impl(pce, subject_str, subject, subject_len, replace_val, php_pcre_replace_impl 65 ext/pcre/php_pcre.h PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zval *return_value, php_pcre_replace_impl 2095 ext/spl/spl_iterators.c result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject), replacement, 0, -1, &count);