Home > Archive > PHP Documentation > December 2005 > cvs: phpdoc /en/appendices reserved.xml
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
cvs: phpdoc /en/appendices reserved.xml
|
|
| Jacques Marneweck 2005-12-10, 7:00 pm |
| jacques Sat Dec 10 14:48:27 2005 EDT
Modified files:
/phpdoc/en/appendices reserved.xml
Log:
this is a reserved in PHP 5
http://cvs.php.net/diff.php/phpdoc/...58&r2=1.59&ty=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.58 phpdoc/en/appendices/reserved.xml:1.59
--- phpdoc/en/appendices/reserved.xml:1.58 Fri Sep 2 08:10:44 2005
+++ phpdoc/en/appendices/reserved.xml Sat Dec 10 14:48:24 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.58 $ -->
+<!-- $Revision: 1.59 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@@ -257,6 +257,7 @@
<link linkend="migration.old-function">old_function</link> (PHP 4 only)
</entry>
<entry>
+ <link linked="keyword.class">this</link> (PHP 5 only)
</entry>
<entry>
</entry>
| |
| TAKAGI Masahiro 2005-12-10, 7:00 pm |
| Hi,
"Jacques Marneweck" wrote:
>@@ -257,6 +257,7 @@
> <link linkend="migration.old-function">old_function</link> (PHP 4
>only)
> </entry>
> <entry>
>+ <link linked="keyword.class">this</link> (PHP 5 only)
I thind it should be fixed as follows.
--- en/appendices/reserved.xml 10 Dec 2005 19:48:24 -0000 1.59
+++ en/appendices/reserved.xml 10 Dec 2005 22:12:52 -0000
@@ -257,7 +257,7 @@
<link linkend="migration.old-function">old_function</link> (PHP 4 only)
</entry>
<entry>
- <link linked="keyword.class">this</link> (PHP 5 only)
+ <link linkend="keyword.class">this</link> (PHP 5 only)
</entry>
<entry>
</entry>
Please fix it.
--
TAKAGI Masahiro mailto:takagi@php.net
|
|
|
|
|