Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1447 static zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, in… in php_replace_in_subject() function
1563 …if ((result = php_replace_in_subject(regex, replace, subject_entry, limit_val, is_callable_replace… in preg_replace_impl()
1582 …if ((result = php_replace_in_subject(regex, replace, subject, limit_val, is_callable_replace, &rep… in preg_replace_impl()

Completed in 12 milliseconds