Searched refs:php_pcre_replace_impl (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/pcre/ |
H A D | php_pcre.h | 52 PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *su…
|
H A D | php_pcre.c | 1557 result = php_pcre_replace_impl(pce, subject_str, subject, subject_len, replace_str, in php_pcre_replace() 1566 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.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 490 res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt); in file_replace()
|
/PHP-7.3/ext/spl/ |
H A D | spl_iterators.c | 2088 …result = php_pcre_replace_impl(intern->u.regex.pce, subject, ZSTR_VAL(subject), ZSTR_LEN(subject),… in SPL_METHOD()
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 3111 + res = php_pcre_replace_impl(pce, NULL, ms->o.buf, strlen(ms->o.buf), repl, -1, &rep_cnt);
|
Completed in 47 milliseconds