Date: 06/12/01
- Next message: afeks <email protected>: "[PHP-DEV] Bug #11492 Updated: Cookie function being parsed by PHP"
- Previous message: gpreston <email protected>: "[PHP-DEV] Bug #11493 Updated: Having issues include_path and auto_prepend_file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: afeks <email protected>: "[PHP-DEV] Bug #11492 Updated: Cookie function being parsed by PHP"
- Previous message: gpreston <email protected>: "[PHP-DEV] Bug #11493 Updated: Having issues include_path and auto_prepend_file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

