ID: 22145
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Zend Engine 2 problem
Operating System: Linux
PHP Version: 5CVS-2003-02-10 (dev)
New Comment:
Note that this code works:
Previous Comments:
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 5CVS-2003-02-10 (dev)
PHP Bug Type: Zend Engine 2 problem
Bug description: class static variable can't be an array
here is a script that reproduce the problem (tested with
2002/02/10 cvs):
that outpu
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.3.0
PHP Bug Type: Unknown/Other Function
Bug description: isset in an array
Don't know if it's a bug or a feature... :)
$test = array ('a' => 'col','b' => $ddfdfdf);
if ( isset($test['b']) ) {
ech