repl_cnt         4251 ext/standard/string.c 	int		repl_cnt = 0;
repl_cnt         4269 ext/standard/string.c 			repl_cnt++;
repl_cnt         4274 ext/standard/string.c 			repl_cnt++;
repl_cnt         4280 ext/standard/string.c 	if (repl_cnt == 0) {
repl_cnt         4287 ext/standard/string.c 		new_length = str_len + repl_cnt * repl_len;
repl_cnt         4288 ext/standard/string.c 		tmp = target = safe_emalloc(repl_cnt, repl_len, str_len + 1);