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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ian at clientside dot co dot uk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 21 13:01:31 2024 UTC