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 - [Hints] Duplicate array key
Summary: [Hints] Duplicate array key
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 06:58 UTC by Ondrej Brejla
Modified: 2016-08-11 14: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 Ondrej Brejla 2014-08-19 06:58:17 UTC
This should show a warning message:

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