mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
this is not a keyword
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268073 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
646d729348
commit
d73bfcbec2
1 changed files with 2 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.77 $ -->
|
||||
<!-- $Revision: 1.78 $ -->
|
||||
|
||||
<appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>List of Reserved Words</title>
|
||||
|
@ -172,13 +172,10 @@
|
|||
<link linkend="control-structures.switch">switch</link>
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="keyword.class">this</link> (as of PHP 5)
|
||||
<link linkend="language.exceptions">throw</link> (as of PHP 5)
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="language.exceptions">throw</link> (as of PHP 5)
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="language.exceptions">try</link> (as of PHP 5)
|
||||
</entry>
|
||||
|
@ -191,19 +188,9 @@
|
|||
<entry>
|
||||
<link linkend="control-structures.while">while</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="language.operators.logical">xor</link>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
<entry>
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue