[PHP-DEV] Bug #3003 Updated: split() limit not working correctly From: Bug Database (php-dev <email protected>)
Date: 05/22/00

ID: 3003
Updated by: hholzgra
Reported By: norman <email protected>
Status: Closed
Bug Type: Misbehaving function
Assigned To:
Comments:

no #1570 was the other way round

the last array elemnt returned by split with limit
is to contain the rest of the input string,
only the first (limit-1) elements contain 'true splits'

(the documentation is not clear in this case, i'll
fix that later)

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

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>