ID: 25414 Updated by: [EMAIL PROTECTED] Reported By: webmaster at demomusic dot nu -Status: Open +Status: Bogus Bug Type: Output Control Operating System: WinXP, Unix PHP Version: 4.3.3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Keep this bogus, it's not a bug. Previous Comments: ------------------------------------------------------------------------ [2003-09-07 11:46:18] webmaster at demomusic dot nu I still see this as a bug, since my script doesn't act the expected way because of it. I am using it in a <select>: <option value=01 <?if ($form_hour == 01) echo "selected";?>>01 <option value=01 <?if ($form_hour == 02) echo "selected";?>>02 etc <option value=01 <?if ($form_hour == 08) echo "selected";?>>08 And when $form_hour is == to 02 or anything under 09, the selected <option> is always 09. Irritating, and a bug, in my eyes ------------------------------------------------------------------------ [2003-09-07 11:39:53] webmaster at demomusic dot nu Can't find any general information about them octal numbers, maybe someone could post some info about this here? http://www.google.com/search?q=octal%2Bnumbers+site:www.php.net ------------------------------------------------------------------------ [2003-09-07 11:30:34] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php octal numbers, manual... figure it out. ------------------------------------------------------------------------ [2003-09-07 11:27:11] webmaster at demomusic dot nu Description: ------------ Every variable, uninitiated or == "", returns true when compared with 00, 08 or 09. Standard compilation + gd2 library. phpver 4.3.3, bug tested on both WinXP using apache and Unix using apache. On WinXP: no changes to php.ini-dist than different includepath. Reproduce code: --------------- if ($foo == 00) {echo "Allthough this should not show, it shows<br>";} if ($foo == 08) {echo "Allthough this should not show, it shows<br>";} if ($foo == 09) {echo "Allthough this should not show, it shows<br>";} Actual result: -------------- Allthough this should not show, it shows Allthough this should not show, it shows Allthough this should not show, it shows ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25414&edit=1
