Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/
H A Dphp_pcre.c1134 int limit, int *replace_count) in php_pcre_replace()
1153 …ubject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count) in php_pcre_replace_impl()
1427 …(zval *regex, zval *replace, zval *subject, int limit, int is_callable_replace, int *replace_count) in php_replace_in_subject()
1525 int replace_count = 0, old_replace_count; in preg_replace_impl() local
1584 int replace_count; in PHP_FUNCTION() local
1616 int replace_count; in PHP_FUNCTION() local
1652 int replace_count = 0; in PHP_FUNCTION() local
1712 int replace_count; in PHP_FUNCTION() local
/PHP-7.0/ext/standard/
H A Dstring.c3049 …nd_string *str, char from, char *to, size_t to_len, int case_sensitivity, zend_long *replace_count)
3121 char *needle, size_t needle_len, char *str, size_t str_len, zend_long *replace_count)
3195 zend_string *needle, char *str, size_t str_len, zend_long *replace_count)
3870 zend_long replace_count = 0; local
/PHP-7.0/
H A Drun-tests.php618 $replace_count = 0; variable

Completed in 29 milliseconds