Home
last modified time | relevance | path

Searched refs:replace_count (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/pcre/
H A Dphp_pcre.c1258 if (UNEXPECTED(replace_count)) { in php_pcre_replace_impl()
1259 ++*replace_count; in php_pcre_replace_impl()
1510 replace_count); in php_replace_in_subject()
1574 return replace_count; in preg_replace_impl()
1584 int replace_count; in PHP_FUNCTION() local
1604 ZVAL_LONG(zcount, replace_count); in PHP_FUNCTION()
1616 int replace_count; in PHP_FUNCTION() local
1639 ZVAL_LONG(zcount, replace_count); in PHP_FUNCTION()
1652 int replace_count = 0; in PHP_FUNCTION() local
1701 ZVAL_LONG(zcount, replace_count); in PHP_FUNCTION()
[all …]
H A Dphp_pcre.h36 …bject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count);
66 int is_callable_replace, int limit, int *replace_count);
/PHP-7.0/ext/standard/
H A Dstring.c3091 if (replace_count) {
3092 *replace_count += 1;
3102 if (replace_count) {
3137 (*replace_count)++;
3170 (*replace_count)++;
3186 (*replace_count)++;
3212 (*replace_count)++;
3253 (*replace_count)++;
3280 (*replace_count)++;
3942 &replace_count);
[all …]
H A Dbasic_functions.c2352 ZEND_ARG_INFO(1, replace_count)
2359 ZEND_ARG_INFO(1, replace_count)
/PHP-7.0/
H A Drun-tests.php618 $replace_count = 0; variable
622 …"/valgrind-(\d+)\.(\d+)\.(\d+)([.\w_-]+)?(\s+)/", '$1.$2.$3', $valgrind_header, 1, $replace_count);
623 if ($replace_count != 1) {

Completed in 40 milliseconds