Searched refs:replace_count (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/pcre/ |
H A D | php_pcre.c | 1258 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 D | php_pcre.h | 36 …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 D | string.c | 3091 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 D | basic_functions.c | 2352 ZEND_ARG_INFO(1, replace_count) 2359 ZEND_ARG_INFO(1, replace_count)
|
/PHP-7.0/ |
H A D | run-tests.php | 618 $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 41 milliseconds