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

Summary: no error for head of \ with namespace on 'namespace' statment
Product: php Reporter: HiroKws
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

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 ***