Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c1580 size_t limit, size_t *replace_count) in php_pcre_replace()
1604 …t char *subject, size_t subject_len, zend_string *replace_str, size_t limit, size_t *replace_count) in php_pcre_replace_impl()
1843 …, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t limit, size_t *replace_count, zend_long… in php_pcre_replace_func_impl()
2059 size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func()
2081 zend_string *subject_str, size_t limit, size_t *replace_count) in php_pcre_replace_array()
2158 zend_string *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2178 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2224 size_t replace_count = 0; in preg_replace_func_impl() local
2279 size_t replace_count = 0; in _preg_replace_common() local
2411 size_t replace_count; in PHP_FUNCTION() local
[all …]
/php-src/ext/standard/
H A Dstring.c3128 …d_string *str, char from, char *to, size_t to_len, bool case_sensitivity, zend_long *replace_count)
3195 const char *needle, size_t needle_len, const char *str, size_t str_len, zend_long *replace_count)
3265 zend_string *needle, const char *str, size_t str_len, zend_long *replace_count)
4346 zend_long replace_count = 0; local

Completed in 26 milliseconds