mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e69f76dbaf
commit
1b4ca5fd9f
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue