Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/
H A Dphp_pcre.c1547 size_t limit, size_t *replace_count) in php_pcre_replace()
1566 …, char *subject, size_t subject_len, zend_string *replace_str, size_t limit, size_t *replace_count) in php_pcre_replace_impl()
1808 …subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, size_t limit, size_t *replace_count) in php_pcre_replace_func_impl()
2026 size_t limit, size_t *replace_count) in php_pcre_replace_func()
2046 …ray(HashTable *regex, zval *replace, zend_string *subject_str, size_t limit, size_t *replace_count) in php_pcre_replace_array()
2130 …_replace_in_subject(zval *regex, zval *replace, zval *subject, size_t limit, size_t *replace_count) in php_replace_in_subject()
2157 …nd_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, size_t limit, size_t *replace_count) in php_replace_in_subject_func()
2206 size_t replace_count = 0; in preg_replace_func_impl() local
2253 size_t replace_count = 0; in preg_replace_common() local
2350 size_t replace_count; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/standard/
H A Dstring.c3155 …nd_string *str, char from, char *to, size_t to_len, int case_sensitivity, zend_long *replace_count)
3228 const char *needle, size_t needle_len, const char *str, size_t str_len, zend_long *replace_count)
3310 zend_string *needle, const char *str, size_t str_len, zend_long *replace_count)
4277 zend_long replace_count = 0; local

Completed in 24 milliseconds