Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.h55 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, const ch…
H A Dphp_pcre.c1571 result = php_pcre_replace_impl(pce, subject_str, subject, subject_len, replace_str, in php_pcre_replace()
1580 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, const ch… in php_pcre_replace_impl() function
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfuncs.c663 res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt); in file_replace()
/PHP-8.3/ext/spl/
H A Dspl_iterators.c1904 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject),… in PHP_METHOD()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch2052 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt);

Completed in 36 milliseconds