Home
last modified time | relevance | path

Searched refs:php_pcre_replace_impl (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/ext/pcre/
H A Dphp_pcre.h60 PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *ret…
H A Dphp_pcre.c1058 result = php_pcre_replace_impl(pce, subject, subject_len, replace_val, in php_pcre_replace()
1067 PHPAPI char *php_pcre_replace_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *rep… in php_pcre_replace_impl() function
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c466 res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl, in file_replace()
/PHP-5.6/ext/spl/
H A Dspl_iterators.c2117 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, subject_len, replacement, 0, &result_… in SPL_METHOD()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2144 + res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,
/PHP-5.6/
H A DNEWS301 . Fixed bug #73174 (heap overflow in php_pcre_replace_impl). (Stas)

Completed in 89 milliseconds