ID: 12437
Updated by: andy
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Strings related
Operating System: Linux RH 7.1
PHP Version: 4.0.6
New Comment:

no bug here...

Previous Comments:
------------------------------------------------------------------------

[2001-07-27 18:43:53] [EMAIL PROTECTED]

when incrementing a numerical string with leading zeros with the '++' operator, the 
result is different in 4.0.6 than in eariler version of PHP. 

for example:

for($i="01";$i<="10";$i++)
{
  echo $i." ";
}

in 4.0.5 the output was
>>> 01 02 03 04 05 06 07 08 09 10

but in 4.0.6 the output is
>>> 01 2 3 4 5 6 7 8 9 10





------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12437&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to