mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed doubled "use"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249139 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ff9b48316c
commit
f1f844b4eb
1 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
|
||||
<appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -186,7 +186,7 @@
|
|||
<function>unset</function>
|
||||
</entry>
|
||||
<entry>
|
||||
use
|
||||
<link linkend="language.namespaces">use</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="keyword.class">var</link>
|
||||
|
@ -265,19 +265,18 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="language.namespaces">use</link> (as of PHP 5.3)
|
||||
<link linkend="language.namespaces">__NAMESPACE__</link> (as of PHP 5.3)
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.namespaces">namespace</link> (as of PHP 5.3)
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.namespaces">__NAMESPACE__</link> (as of PHP 5.3)
|
||||
</entry>
|
||||
<entry>
|
||||
goto (PHP 6 only)
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue