[PHP-DEV] Bug #11449: it is not possible to declare a static variable variable From: lasconi <email protected>
Date: 06/12/01

From: lasconi <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>