Home
last modified time | relevance | path

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

/php-src/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.c1595 result = php_pcre_replace_impl(pce, subject_str, subject, subject_len, replace_str, in php_pcre_replace()
1604 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, const ch… in php_pcre_replace_impl() function
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c674 res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt); in file_replace()
/php-src/ext/spl/
H A Dspl_iterators.c1897 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject),… in PHP_METHOD()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2093 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt);

Completed in 32 milliseconds