php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9066 problem printing array
Submitted: 2001-02-02 02:08 UTC Modified: 2001-02-22 10:48 UTC
From: ken at iondesign dot ca Assigned:
Status: Not a bug Package: Class/Object related
PHP Version: 4.0.4pl1 OS: redhat 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ken at iondesign dot ca
New email:
PHP Version: OS:

 

 [2001-02-02 02:08 UTC] ken at iondesign dot ca
$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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-22 10:48 UTC] stas@php.net
Use "{$this->variable[0]}"

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 08:01:30 2024 UTC