ID:               42472
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jsnell at e-normous dot com
-Status:           Bogus
+Status:           Open
 Bug Type:         Session related
 Operating System: 10.4.10
 PHP Version:      5.2.3
 New Comment:

This isn't exactly the problem. The problem is that the error 
message produced is incorrect -- not that the error shouldn't occur. 
It should not have an unknown file and a 0 line number, but rather 
the file and line number where the error occurred.

This is probably superglobal-array-specific, and seems to apply to 
any numeric key.

Reopening.


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

[2007-08-29 20:23:52] [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

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.

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

[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

Reply via email to