Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326224 - [CA] any CA for array() when declaring default value for class variable
Summary: [CA] any CA for array() when declaring default value for class variable
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 06:33 EDT by Silver Zachara CLA
Modified: 2020-05-14 10:17 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silver Zachara CLA 2010-09-25 06:33:42 EDT
Hi,

pls upgrade the bug's title, because isn't named precisely.

class foo
{

  private $_tmp = arr|;

  function __construct()
  {
    ;
  }
}
Comment 1 Zhongwei Zhao CLA 2011-08-15 07:27:23 EDT
fixed
Comment 2 Sylvia Tancheva CLA 2011-10-18 08:34:06 EDT
Verified.
Ilina Stefanova