From 782c00d7441a5eedf446e3781b3bd8163bc0fb04 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 13 Apr 2011 13:38:52 +0000 Subject: [PATCH] =?UTF-8?q?-=20Remove=20undesired=20line=20(reported=20by?= =?UTF-8?q?=20G=C3=B6khan=20=C3=96zbulak)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/standard/string.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/standard/string.c b/ext/standard/string.c index e6a1d43e19e..a8b87e94f31 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);