tmp_repl         2454 ext/standard/string.c 	zval *tmp_str = NULL, *tmp_from = NULL, *tmp_repl = NULL, *tmp_len= NULL;
tmp_repl         2533 ext/standard/string.c 					tmp_repl = &Z_ARRVAL_P(repl)->arData[repl_idx].val;
tmp_repl         2534 ext/standard/string.c 					if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
tmp_repl         2540 ext/standard/string.c 					repl_str = zval_get_string(tmp_repl);
tmp_repl         2647 ext/standard/string.c 					tmp_repl = &Z_ARRVAL_P(repl)->arData[repl_idx].val;
tmp_repl         2648 ext/standard/string.c 					if (Z_TYPE_P(tmp_repl) != IS_UNDEF) {
tmp_repl         2654 ext/standard/string.c 					zend_string *repl_str = zval_get_string(tmp_repl);