Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 168990

Summary: i have constants inside a class, and "find php elements" doesn't find them
Product: z_Archived Reporter: Gadi Goldbarg <gadi>
Component: PDTAssignee: Yaron Mazor <yaron.m>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P2 Keywords: plan
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Gadi Goldbarg CLA 2006-12-24 07:49:46 EST
when i run find php elements/constants it only find "regular" constnats and not 
consts inside a class:

it find this:
define(CONST,1);

it doesn't find this:
class foo {
  const CONST2=2;
}
Comment 1 Eden Klein CLA 2007-02-07 11:13:07 EST
fixed
Comment 2 Gadi Goldbarg CLA 2007-02-11 05:10:32 EST
closed by Yosi.l