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 - Add debugging tab for overviewing PHP constants
Summary: Add debugging tab for overviewing PHP constants
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-05 07:02 UTC by petsagouris
Modified: 2012-02-05 07:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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