Date: 05/30/98
- Next message: Jan Legenhausen: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- Previous message: cslawi: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 418
Updated by: zeev
Reported By: sam <email protected>
Status: Closed
Bug Type: Misbehaving function
Assigned To:
Comments:
You're expectations are wrong. "0" is false, thus your
loop will have no iterations at all, which is exactly
what should happen.
For reliable array traversal code, look at each() (at
the online documentation or at the php3 mailing list
archives).
Full Bug description available at: http://ca.php.net/bugs.php3?id=418
- Next message: Jan Legenhausen: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- Previous message: cslawi: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

