From: teunkloosterman at gmail dot com Operating system: Irrelevant PHP version: 5.1.0RC5 PHP Bug Type: Feature/Change Request Bug description: exploding_wordwrap
Description:
------------
Maybe this function is usefull enough to implement into php
Reproduce code:
---------------
$value = explode("#BREAK#", wordwrap($value, $length, "#BREAK#", 1));
Expected result:
----------------
$value[0] = "Line #1";
$value[1] = "Line #2";
$value[2] = "Line #3";
$value[3] = "Line #4";
$value[4] = "Line #5";
$value[5] = "Line #6";
--
Edit bug report at http://bugs.php.net/?id=35276&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=35276&r=trysnapshot4
Try a CVS snapshot (php5.0):
http://bugs.php.net/fix.php?id=35276&r=trysnapshot50
Try a CVS snapshot (php5.1):
http://bugs.php.net/fix.php?id=35276&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=35276&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=35276&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=35276&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=35276&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=35276&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=35276&r=support
Expected behavior: http://bugs.php.net/fix.php?id=35276&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=35276&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=35276&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35276&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35276&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35276&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=35276&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=35276&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=35276&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=35276&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=35276&r=mysqlcfg
