Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1154 int limit, int *replace_count) in php_pcre_replace()
1173 …ubject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count) in php_pcre_replace_impl()
1447 …(zval *regex, zval *replace, zval *subject, int limit, int is_callable_replace, int *replace_count) in php_replace_in_subject()
1545 int replace_count = 0, old_replace_count; in preg_replace_impl() local
1604 int replace_count; in PHP_FUNCTION() local
1636 int replace_count; in PHP_FUNCTION() local
1672 int replace_count = 0; in PHP_FUNCTION() local
1732 int replace_count; in PHP_FUNCTION() local
/PHP-7.1/ext/standard/
H A Dstring.c3065 …nd_string *str, char from, char *to, size_t to_len, int case_sensitivity, zend_long *replace_count)
3137 char *needle, size_t needle_len, char *str, size_t str_len, zend_long *replace_count)
3211 zend_string *needle, char *str, size_t str_len, zend_long *replace_count)
3886 zend_long replace_count = 0; local
/PHP-7.1/
H A Drun-tests.php586 $replace_count = 0; variable

Completed in 46 milliseconds