Links to PHP 5 reserved words

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172094 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-11-04 08:36:01 +00:00
parent e69f76dbaf
commit 1b4ca5fd9f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.51 $ -->
<!-- $Revision: 1.52 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@ -237,18 +237,18 @@
<link linkend="language.oop5.abstract">abstract</link> (PHP 5)
</entry>
<entry>
clone (PHP 5)
<link linkend="language.oop5.cloning">clone</link> (PHP 5)
</entry>
<entry>
try (PHP 5)
<link linkend="language.oop5.exceptions">try</link> (PHP 5)
</entry>
<entry>
catch (PHP 5)
<link linkend="language.oop5.exceptions">catch</link> (PHP 5)
</entry>
</row>
<row>
<entry>
throw (PHP 5)
<link linkend="language.oop5.exceptions">throw</link> (PHP 5)
</entry>
<entry>
<link linkend="migration.old-function">cfunction</link> (PHP 4 only)