Home
last modified time | relevance | path

Searched defs:replace_count (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1591 size_t limit, size_t *replace_count) in php_pcre_replace()
1615 …, char *subject, size_t subject_len, zend_string *replace_str, size_t limit, size_t *replace_count) in php_pcre_replace_impl()
1855 …, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t limit, size_t *replace_count, zend_long… in php_pcre_replace_func_impl()
2072 size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func()
2093 …ray(HashTable *regex, zval *replace, zend_string *subject_str, size_t limit, size_t *replace_count) in php_pcre_replace_array()
2177 …_replace_in_subject(zval *regex, zval *replace, zval *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2204 …fo *fci, zend_fcall_info_cache *fcc, zval *subject, size_t limit, size_t *replace_count, zend_long… in php_replace_in_subject_func()
2247 size_t replace_count = 0; in preg_replace_func_impl() local
2296 size_t replace_count = 0; in preg_replace_common() local
2392 size_t replace_count; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/standard/
H A Dstring.c3141 …nd_string *str, char from, char *to, size_t to_len, int case_sensitivity, zend_long *replace_count)
3214 const char *needle, size_t needle_len, const char *str, size_t str_len, zend_long *replace_count)
3296 zend_string *needle, const char *str, size_t str_len, zend_long *replace_count)
4367 zend_long replace_count = 0; local

Completed in 31 milliseconds