ID: 8367
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Assigned
Status: Closed
Bug Type: Strings related
Assigned To: derick
Comments:

Fixed in CVS

Previous Comments:
---------------------------------------------------------------------------

[2001-01-08 13:31:38] [EMAIL PROTECTED]
Adding this to my TODO list.

---------------------------------------------------------------------------

[2001-01-08 13:28:35] [EMAIL PROTECTED]
confirmed in mod_php4 php4-200101080345

---------------------------------------------------------------------------

[2000-12-21 17:02:37] [EMAIL PROTECTED]
Calling wordwrap like this:
$sequence = "aaadaaadaaadaaada";
$sequence = wordwrap( $sequence, 4, "n",1);

The n is inserted correctly at the first position (just after pos 3), but is off by +1 
for the remaining inserts.

Sequence becomes:
aaad
aaada
aadaa
ada

Where it should be:
aaad
aaad
aaad
aaad
a


---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8367


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to