This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208068

Summary: Add debugging tab for overviewing PHP constants
Product: php Reporter: petsagouris
Component: DebuggerAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.1.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description petsagouris 2012-02-05 07:02:04 UTC
Add debugging tab for overviewing PHP constants, be able to filter them by:

1. Type:
  a. Magic constants 
  b. Predefined constants
  c. Runtime defined constants

2. Regex match:
  a. Begin with
  b. Contains
  c. Ends with