Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1277 static char *php_replace_in_subject(zval *regex, zval *replace, zval **subject, int *result_len, in… in php_replace_in_subject() function
1425 …if ((result = php_replace_in_subject(*regex, *replace, subject_entry, &result_len, limit_val, is_c… in preg_replace_impl()
1447 …if ((result = php_replace_in_subject(*regex, *replace, subject, &result_len, limit_val, is_callabl… in preg_replace_impl()

Completed in 15 milliseconds