[PHP-DEV] Bug #9546: $a->b["c"]->d gives parse error From: habazi <email protected>
Date: 03/04/01

From: habazi <email protected>
Operating system: Debian GNU/Linux 2.2
PHP version: 3.0.17
PHP Bug Type: Other
Bug description: $a-&gt;b["c"]-&gt;d gives parse error

<?php

$a->b["c"]->d;

?>

-Harri Järvi

-- 
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>