ID: 13284
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Strings related
Operating System: i686-pc-linux-gnu
PHP Version: 4.0CVS-2001-09-13
New Comment:

Works fine for me on 4.1.0RC1.

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

[2001-09-13 09:07:34] [EMAIL PROTECTED]

Hi,

in the current cvs version (407|408)
the following code have another result
as in PHP <=406

<?php
echo chunk_split(str_repeat('x',1024),100);
?>

chunk_split dont split the strings if a 
split size is given.

Without the splitsize, ...
<?php
echo chunk_split(str_repeat('x',1024));
?>
... chunk_split works correct.


Regards,

-- 
Steve

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



Edit this bug report at http://bugs.php.net/?id=13284&edit=1


-- 
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