mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add <final> (bug #30291), move <php_user_filter> to the last row, add link to <const>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169629 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fa0abba16b
commit
f1567421af
1 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<!-- $Revision: 1.46 $ -->
|
||||
|
||||
<appendix id="reserved">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -41,9 +41,6 @@
|
|||
<entry>
|
||||
<link linkend="reserved.classes.php5">exception</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="reserved.classes.php5">php_user_filter</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
|
@ -70,7 +67,7 @@
|
|||
<link linkend="keyword.class">class</link>
|
||||
</entry>
|
||||
<entry>
|
||||
const
|
||||
<link linkend="language.oop5.constants">const</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="control-structures.continue">continue</link>
|
||||
|
@ -215,6 +212,14 @@
|
|||
<link linkend="language.constants.predefined">__METHOD__</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="language.oop5.final">final</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="reserved.classes.php5">php_user_filter</link>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue