From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      5CVS-2004-11-21 (dev)
PHP Bug Type:     Strings related
Bug description:  str_split has typo in error message

Description:
------------
string.c, line 4767

php_error_docref(NULL TSRMLS_CC, E_WARNING, "The the length of each
segment must be greater then zero.");

Should be:

php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each segment
must be greater then zero");

Notice the duplicate "the" and the extra "." at the end of the error
message.


-- 
Edit bug report at http://bugs.php.net/?id=30857&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30857&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=30857&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=30857&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30857&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30857&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30857&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30857&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30857&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30857&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30857&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=30857&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=30857&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30857&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30857&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30857&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30857&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30857&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30857&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30857&r=mysqlcfg

Reply via email to