From:             [EMAIL PROTECTED]
Operating system: Windows NT 4.0 build 1381
PHP version:      4.0.6
PHP Bug Type:     Variables related
Bug description:  Differences in echoing 01 to 07 and 08 to 09

When I write the following:

$monat = 01;
echo $monat;

the echovalue is: 1

but with:

$monat = 08;
echo $monat;

the echovalue is: 0


-- 
Edit bug report at: http://bugs.php.net/?id=13109&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