mirror of
https://github.com/php/php-src.git
synced 2025-01-18 09:43:36 +08:00
- Remove undesired line (reported by Gökhan Özbulak)
This commit is contained in:
parent
2e206e0761
commit
782c00d744
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user