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 246532

Summary: [Hints] Duplicate array key
Product: php Reporter: Ondrej Brejla <obrejla>
Component: EditorAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Ondrej Brejla 2014-08-19 06:58:17 UTC
This should show a warning message:

array(
    'foo' => 'bar',
    'foo' => 'baz' // Duplicate array key
);