ID: 13109
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Variables related
Operating System: Windows NT 4.0 build 1381
PHP Version: 4.0.6
New Comment:

The 0 means that the number is in octal representation. Octal 8 doesn't exists, octal 
uses only 0-7.

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

[2001-09-03 11:08:53] [EMAIL PROTECTED]

When I write the following:

$monat = 01;
echo $monat;

the echovalue is: 1

but with:

$monat = 08;
echo $monat;

the echovalue is: 0



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



Edit this 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