Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/
H A Dphp_pcre.c1261 int limit, int *replace_count) in php_pcre_replace()
1280 …bject_str, char *subject, int subject_len, zend_string *replace_str, int limit, int *replace_count) in php_pcre_replace_impl()
1543 …, int subject_len, zend_fcall_info *fci, zend_fcall_info_cache *fcc, int limit, int *replace_count) in php_pcre_replace_func_impl()
1762 int limit, int *replace_count) in php_pcre_replace_func()
1782 …ace_array(HashTable *regex, zval *replace, zend_string *subject_str, int limit, int *replace_count) in php_pcre_replace_array()
1863 …g *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, int *replace_count) in php_replace_in_subject()
1894 …ex, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zval *subject, int limit, int *replace_count) in php_replace_in_subject_func()
1946 int replace_count = 0; in preg_replace_func_impl() local
1993 int replace_count = 0; in preg_replace_common() local
2090 int replace_count; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/standard/
H A Dstring.c3112 …nd_string *str, char from, char *to, size_t to_len, int case_sensitivity, zend_long *replace_count)
3184 char *needle, size_t needle_len, char *str, size_t str_len, zend_long *replace_count)
3265 zend_string *needle, char *str, size_t str_len, zend_long *replace_count)
3944 zend_long replace_count = 0; local
/PHP-7.2/
H A Drun-tests.php609 $replace_count = 0; variable

Completed in 43 milliseconds