From: Felipe Pena Date: Wed, 13 Apr 2011 13:38:52 +0000 (+0000) Subject: - Remove undesired line (reported by Gökhan Özbulak) X-Git-Tag: php-5.3.7RC1~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=782c00d7441a5eedf446e3781b3bd8163bc0fb04;p=php - Remove undesired line (reported by Gökhan Özbulak) --- diff --git a/ext/standard/string.c b/ext/standard/string.c index e6a1d43e19..a8b87e94f3 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -2408,8 +2408,6 @@ PHP_FUNCTION(substr_replace) } else { l = Z_LVAL_PP(tmp_len); } - - l = Z_LVAL_PP(tmp_len); zend_hash_move_forward_ex(Z_ARRVAL_PP(len), &pos_len); } else { l = Z_STRLEN_P(orig_str);