ID: 42472 Updated by: [EMAIL PROTECTED] Reported By: jsnell at e-normous dot com -Status: Open +Status: Bogus Bug Type: Session related Operating System: 10.4.10 PHP Version: 5.2.3 New Comment:
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 false/true/null/etc are not valid key names. Please read the manual for what is valid and what isn't. This is no bug. Previous Comments: ------------------------------------------------------------------------ [2007-08-29 17:05:02] jsnell at e-normous dot com Description: ------------ Attempting to use an array key of false on $_SESSION after a session has been started causes a notice without sufficient information to fix the problem. Also tested in latest CVS: PHP 5.2.4RC4-dev (cgi) (built: Aug 29 2007 11:53:35) Reproduce code: --------------- error_reporting(E_ALL); session_start(); $_SESSION[false] = 1; Expected result: ---------------- Notice: Unknown: Skipping numeric key 0. in test.php on line 3 Actual result: -------------- Notice: Unknown: Skipping numeric key 0. in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42472&edit=1