From:             [EMAIL PROTECTED]
Operating system: redhat 7
PHP version:      4.0.4pl1
PHP Bug Type:     Class/Object related
Bug description:  problem printing array

$varibale="hello";
It is possible to echo "$variable[0]";

But if it is in a class echo "$this->variable[0]";
the result is array[0]
not hello.

echo $this->hello; minus quotation marks works fine. 


I am not sure if this is a bug or just inconsistant.

Ken


-- 
Edit Bug report at: http://bugs.php.net/?id=9066&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]

Reply via email to