is_callable_replace 1059 ext/pcre/php_pcre.c 							  zval *replace_val, int is_callable_replace,
is_callable_replace 1071 ext/pcre/php_pcre.c 		is_callable_replace, limit, replace_count);
is_callable_replace 1079 ext/pcre/php_pcre.c PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *subject_str, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count)
is_callable_replace 1123 ext/pcre/php_pcre.c 	if (!is_callable_replace) {
is_callable_replace 1350 ext/pcre/php_pcre.c static zend_string *php_replace_in_subject(zval *regex, zval *replace, zval *subject, int limit, int is_callable_replace, int *replace_count)
is_callable_replace 1380 ext/pcre/php_pcre.c 			if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) {
is_callable_replace 1390 ext/pcre/php_pcre.c 					if (!is_callable_replace) {
is_callable_replace 1408 ext/pcre/php_pcre.c 										   is_callable_replace,
is_callable_replace 1431 ext/pcre/php_pcre.c 								  is_callable_replace,
is_callable_replace 1442 ext/pcre/php_pcre.c static int preg_replace_impl(zval *return_value, zval *regex, zval *replace, zval *subject, zend_long limit_val, int is_callable_replace, int is_filter)
is_callable_replace 1450 ext/pcre/php_pcre.c 	if (Z_TYPE_P(replace) != IS_ARRAY && (Z_TYPE_P(replace) != IS_OBJECT || !is_callable_replace)) {
is_callable_replace 1466 ext/pcre/php_pcre.c 			if ((result = php_replace_in_subject(regex, replace, subject_entry, limit_val, is_callable_replace, &replace_count)) != NULL) {
is_callable_replace 1485 ext/pcre/php_pcre.c 		if ((result = php_replace_in_subject(regex, replace, subject, limit_val, is_callable_replace, &replace_count)) != NULL) {
is_callable_replace   36 ext/pcre/php_pcre.h PHPAPI zend_string *php_pcre_replace(zend_string *regex, zend_string *subject_str, char *subject, int subject_len, zval *replace_val, int is_callable_replace, int limit, int *replace_count);
is_callable_replace   66 ext/pcre/php_pcre.h 	int is_callable_replace, int limit, int *replace_count);