From 3c107e7192e29df1ccd742ecc67c583f53256dac Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 12 Nov 2012 09:14:26 +0000 Subject: [PATCH] Fix doc bug #55140 (Ambiguous statement describes FQ namespace) with the anonymous commenter's suggestion. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328318 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/namespaces.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/namespaces.xml b/language/namespaces.xml index 96b043bf66..dd4ab2fbfe 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -843,9 +843,9 @@ if (is_array('hi')) { // prints "is not array" Fully qualified name - This is an identifier with a namespace separator that begins with a namespace - separator, such as \Foo\Bar. namespace\Foo - is also a fully qualified name. + This is an identifier with a namespace separator that begins with a + namespace separator, such as \Foo\Bar. The namespace + \Foo is also a fully qualified name.