mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Remove undesired line (reported by Gökhan Özbulak)
This commit is contained in:
parent
2e206e0761
commit
782c00d744
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue