mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
build fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269890 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5467269e76
commit
9f9fc3f8ce
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue