#22145 [Com]: class static variable can't be an array

2003-02-10 Thread mickael . bailly
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:

#22145 [NEW]: class static variable can't be an array

2003-02-10 Thread mickael . bailly
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

#21490 [NEW]: isset in an array

2003-01-07 Thread mickael . bailly
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