Searched refs:replace_count (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/pcre/ |
H A D | php_pcre.c | 1272 limit, replace_count); in php_pcre_replace() 1392 if (replace_count) { in php_pcre_replace_impl() 1393 ++*replace_count; in php_pcre_replace_impl() 1650 if (replace_count) { in php_pcre_replace_func_impl() 1651 ++*replace_count; in php_pcre_replace_func_impl() 1773 limit, replace_count); in php_pcre_replace_func() 1879 replace_count); in php_replace_in_subject() 1983 return replace_count; in preg_replace_func_impl() 1993 int replace_count = 0; in preg_replace_common() local 2090 int replace_count; in PHP_FUNCTION() local [all …]
|
H A D | php_pcre.h | 36 …ject_str, char *subject, int subject_len, zend_string *replace_str, int limit, int *replace_count); 66 int limit, int *replace_count);
|
/PHP-7.2/ |
H A D | UPGRADING.INTERNALS | 73 …ject_str, char *subject, int subject_len, zend_string *replace_str, int limit, int *replace_count); 74 …ject_str, char *subject, int subject_len, zend_string *replace_str, int limit, int *replace_count);
|
H A D | run-tests.php | 609 $replace_count = 0; variable 613 …"/valgrind-(\d+)\.(\d+)\.(\d+)([.\w_-]+)?(\s+)/", '$1.$2.$3', $valgrind_header, 1, $replace_count); 614 if ($replace_count != 1) {
|
/PHP-7.2/ext/standard/ |
H A D | string.c | 3154 if (replace_count) { 3155 *replace_count += 1; 3165 if (replace_count) { 3200 (*replace_count)++; 3233 (*replace_count)++; 3256 (*replace_count)++; 3282 (*replace_count)++; 3323 (*replace_count)++; 3350 (*replace_count)++; 4016 &replace_count); [all …]
|
H A D | basic_functions.c | 2350 ZEND_ARG_INFO(1, replace_count) 2357 ZEND_ARG_INFO(1, replace_count)
|
Completed in 37 milliseconds