From: [EMAIL PROTECTED]
Operating system: linux and windows98
PHP version: 4.0.5
PHP Bug Type: *Function Specific
Bug description: it is not possible to declare a static variable variable
this script produces a parse error:
function test(){
$a="a";
static $$a;
}
--
Edit Bug report at: http://bugs.php.net/?id=11449&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]