build fix

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269890 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Guillaume Plessis 2008-11-26 14:38:51 +00:00
parent 5467269e76
commit 9f9fc3f8ce

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<chapter xml:id="language.namespaces" xmlns="http://docbook.org/ns/docbook"
version="1.1">
<title>Namespaces</title>
@ -202,6 +202,7 @@ function connect() { /* ... */ }
the same file. The primary use case is to combine multiple PHP scripts into the same
file.
</para>
<para>
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: