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 153197

Summary: Support for PHP 5.3 Namespace syntax
Product: php Reporter: oopman <oopman>
Component: EditorAssignee: Tomasz Slota <tslota>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description oopman 2008-11-14 08:51:51 UTC
Please refer to: http://www.php.net/manual/en/language.namespaces.php
and also: http://wiki.php.net/rfc/namespaceseparator

There is some confusion, as the manual does not reflect the decision to use \ rather than ::
as a namespace separator.

It would probably be best to wait for the final version of PHP 5.3 to be released before doing any
concrete work on this.
Comment 1 Tomasz Slota 2009-05-15 09:10:22 UTC

*** This issue has been marked as a duplicate of 164972 ***