From kdevelop-bugs Thu Oct 28 19:44:29 2010 From: Jan Buchar Date: Thu, 28 Oct 2010 19:44:29 +0000 To: kdevelop-bugs Subject: [Bug 255537] New: Incomplete namespace support Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=128829521715822 https://bugs.kde.org/show_bug.cgi?id=255537 Summary: Incomplete namespace support Product: kdevelop Version: 4.1.0 Platform: Archlinux Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Language Support: PHP AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: Teyras@gmail.com Version: 4.1.0 (using KDE 4.5.2) OS: Linux Current PHP namespace support is restricted to - Specifying the working namespace with the 'namespace' keyword - Accessing classes etc. contained in namespaces by specifying the namespace (not by fully qualified path) Features that are still missing are - Accessing classes etc. by their fully qualified paths (starting with '\' - starting in the "global" namespace, eg. \Foo\Bar) - therefore attempts to access a class contained in a namespace while in another namespace are considered syntax errors (See http://www.php.net/manual/en/language.namespaces.global.php) - The use statement support (See https://bugs.kde.org/show_bug.cgi?id=244040, http://php.net/manual/en/language.namespaces.importing.php) Reproducible: Always -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs