[PHP-DEV] Bug #1282 Updated: strtok ignores zero's From: Bug Database (php-dev <email protected>)
Date: 04/01/99

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>