Date: 04/01/99
- Next message: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Previous message: mf <email protected>: "[PHP-DEV] Bug #1282: strtok ignores zero's"
- Next in thread: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Maybe reply: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Maybe reply: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 1282
Updated by: sas
Reported By: mf <email protected>
Status: Closed
Bug Type: Misbehaving function
Assigned To:
Comments:
Your while test is wrong. If $tok == "0" your loop stops. while($tok != "") should work.
Full Bug description available at: http://ca.php.net/bugs.php3?id=1282
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Previous message: mf <email protected>: "[PHP-DEV] Bug #1282: strtok ignores zero's"
- Next in thread: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Maybe reply: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Maybe reply: Bug Database: "[PHP-DEV] Bug #1282 Updated: strtok ignores zero's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

