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.4.0alpha1~191^2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07f60310b2f53a9209b9ce02388305d7195ef92a;p=php - Remove undesired line (reported by Gökhan Özbulak) --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 9381aaaeea..7dde105247 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);