junichi11 commented on code in PR #5681:
URL: https://github.com/apache/netbeans/pull/5681#discussion_r1142720506


##########
php/php.editor/test/unit/data/testfiles/structure/php53/multiple_namespaces_with_elements_from_default.php:
##########
@@ -0,0 +1,10 @@
+
+<?php
+class Connection {}
+namespace MyProject;
+class Connection {}
+function connect() {}
+namespace AnotherProject;
+class Connection {}
+function connect() {}

Review Comment:
   Note: NB doesn't handle this as an error but it is fatal error. We cannot 
write classes before the Namespace declaration. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to