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 251489 - use php5.6 in nb.new feature 'const array',tips me syntax error;
Summary: use php5.6 in nb.new feature 'const array',tips me syntax error;
Status: RESOLVED DUPLICATE of bug 250579
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 01:27 UTC by hinson0
Modified: 2015-10-21 04:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE 日志 (93.56 KB, text/plain)
2015-03-30 01:27 UTC, hinson0
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hinson0 2015-03-30 01:27:40 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01


codes as follow:

class Foo {
    const A = [2, 3];
}
echo Foo::A[1];

nb tips me syntax error;
Comment 1 hinson0 2015-03-30 01:27:45 UTC
Created attachment 152913 [details]
IDE 日志
Comment 3 junichi11 2015-10-21 04:52:36 UTC

*** This bug has been marked as a duplicate of bug 250579 ***