Searched refs:replace_count (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/pcre/ |
H A D | php_pcre.c | 1278 if (UNEXPECTED(replace_count)) { in php_pcre_replace_impl() 1279 ++*replace_count; in php_pcre_replace_impl() 1530 replace_count); in php_replace_in_subject() 1594 return replace_count; in preg_replace_impl() 1604 int replace_count; in PHP_FUNCTION() local 1624 ZVAL_LONG(zcount, replace_count); in PHP_FUNCTION() 1636 int replace_count; in PHP_FUNCTION() local 1659 ZVAL_LONG(zcount, replace_count); in PHP_FUNCTION() 1672 int replace_count = 0; in PHP_FUNCTION() local 1721 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.1/ext/standard/ |
H A D | string.c | 3107 if (replace_count) { 3108 *replace_count += 1; 3118 if (replace_count) { 3153 (*replace_count)++; 3186 (*replace_count)++; 3202 (*replace_count)++; 3228 (*replace_count)++; 3269 (*replace_count)++; 3296 (*replace_count)++; 3958 &replace_count); [all …]
|
H A D | basic_functions.c | 2343 ZEND_ARG_INFO(1, replace_count) 2350 ZEND_ARG_INFO(1, replace_count)
|
/PHP-7.1/ |
H A D | run-tests.php | 586 $replace_count = 0; variable 590 …"/valgrind-(\d+)\.(\d+)\.(\d+)([.\w_-]+)?(\s+)/", '$1.$2.$3', $valgrind_header, 1, $replace_count); 591 if ($replace_count != 1) {
|
Completed in 62 milliseconds