php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7667 substr_replace fails to append to end of a string
Submitted: 2000-11-06 20:27 UTC Modified: 2000-11-06 20:42 UTC
From: ian at clientside dot co dot uk Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.1 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 + 7 = ?
Subscribe to this entry?

 
 [2000-11-06 20:27 UTC] ian at clientside dot co dot uk
The script below outputs 'ABC' (does nothing). But it should output 'ABCDE'. (The behaviour is identical with or without the optional length argument.)

<? echo substr_replace('ABC', 'DE', 3, 0); ?>

I would appreciate it if you could let me know when you fix this.

Thanks,

Ian

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-06 20:42 UTC] andrei@php.net
Fixed in CVS - thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC