Searched refs:php_replace_in_subject_func (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/pcre/ |
H A D | php_pcre.c | 2157 static zend_string *php_replace_in_subject_func(zval *regex, zend_fcall_info *fci, zend_fcall_info_… in php_replace_in_subject_func() function 2213 result = php_replace_in_subject_func(regex, fci, fcc, subject, limit_val, &replace_count); in preg_replace_func_impl() 2230 result = php_replace_in_subject_func(regex, fci, fcc, subject_entry, limit_val, &replace_count); in preg_replace_func_impl()
|
Completed in 13 milliseconds