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 207545 - no error for head of \ with namespace on 'namespace' statment
Summary: no error for head of \ with namespace on 'namespace' statment
Status: RESOLVED DUPLICATE of bug 174831
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 23:28 UTC by HiroKws
Modified: 2012-01-20 09:49 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 HiroKws 2012-01-19 23:28:29 UTC
Hi

I'm not sure about PHP syntax, but suspect it is an issue.

On editor, no error display for '\' on the top of namespace of 'namespace' statement.

ex) namespace \aaaa\bbbbb;

This will parse error when compile before execute, I think. So may be detected in editor and display as an error.
Comment 1 Ondrej Brejla 2012-01-20 09:49:08 UTC

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