Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.h65 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su…
H A Dphp_pcre.c1164 result = php_pcre_replace_impl(pce, subject_str, subject, subject_len, replace_val, in php_pcre_replace()
1173 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su… in php_pcre_replace_impl() function
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfuncs.c451 res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), &repl, 0, -1, &rep_cnt); in file_replace()
/PHP-7.1/ext/spl/
H A Dspl_iterators.c2095 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject),… in SPL_METHOD()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch2294 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), &repl, 0, -1, &rep_cnt);
/PHP-7.1/
H A DNEWS2316 . Fixed bug #73174 (heap overflow in php_pcre_replace_impl). (Stas)

Completed in 38 milliseconds