- Remove undesired line (reported by Gökhan Özbulak)

This commit is contained in:
Felipe Pena 2011-04-13 13:38:52 +00:00
parent 2e206e0761
commit 782c00d744

View File

@ -2408,8 +2408,6 @@ PHP_FUNCTION(substr_replace)
} else { } else {
l = Z_LVAL_PP(tmp_len); l = Z_LVAL_PP(tmp_len);
} }
l = Z_LVAL_PP(tmp_len);
zend_hash_move_forward_ex(Z_ARRVAL_PP(len), &pos_len); zend_hash_move_forward_ex(Z_ARRVAL_PP(len), &pos_len);
} else { } else {
l = Z_STRLEN_P(orig_str); l = Z_STRLEN_P(orig_str);