From 9f9fc3f8ce91c06367d8f1197410b735400f7ded Mon Sep 17 00:00:00 2001 From: Guillaume Plessis Date: Wed, 26 Nov 2008 14:38:51 +0000 Subject: [PATCH] build fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269890 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/namespaces.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/language/namespaces.xml b/language/namespaces.xml index 43541f3b4a..30360ff07e 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -1,5 +1,5 @@ - + Namespaces @@ -202,6 +202,7 @@ function connect() { /* ... */ } the same file. The primary use case is to combine multiple PHP scripts into the same file. + To combine global non-namespaced code with namespaced code, only bracketed syntax is supported. Global code should be encased in a namespace statement with no namespace name as in: