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
This commit is contained in:
Adam Harvey 2012-11-12 09:14:26 +00:00
parent c29b5cf9aa
commit 3c107e7192

View file

@ -843,9 +843,9 @@ if (is_array('hi')) { // prints "is not array"
<term>Fully qualified name</term>
<listitem>
<para>
This is an identifier with a namespace separator that begins with a namespace
separator, such as <literal>\Foo\Bar</literal>. <literal>namespace\Foo</literal>
is also a fully qualified name.
This is an identifier with a namespace separator that begins with a
namespace separator, such as <literal>\Foo\Bar</literal>. The namespace
<literal>\Foo</literal> is also a fully qualified name.
</para>
</listitem>
</varlistentry>