Home
last modified time | relevance | path

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

/PHP-5.5/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.c1023 result = php_pcre_replace_impl(pce, subject, subject_len, replace_val, in php_pcre_replace()
1032 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.5/ext/fileinfo/libmagic/
H A Dfuncs.c465 res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl, in file_replace()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c2042 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, subject_len, replacement, 0, &result_… in SPL_METHOD()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2172 + res = php_pcre_replace_impl(pce, ms->o.buf, strlen(ms->o.buf), repl,

Completed in 37 milliseconds