LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: Kalle Sommer Nielsen Date: Mon Aug 18 02:28:06 2008 Subject: cvs: phpdoc /en/appendices reserved.xml tokens.xml
kalle Mon Aug 18 08:28:06 2008 UTC
Modified files:
/phpdoc/en/appendices reserved.xml tokens.xml
Log:
* Added missing T_GOTO parser token
* goto is a reserved keyword as of 5.3, not 6.0
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/reserved.xml?r1=1.73&r2=1.74&diff_format=u
Index: phpdoc/en/appendices/reserved.xml
diff -u phpdoc/en/appendices/reserved.xml:1.73 phpdoc/en/appendices/reserved.xml:1.74
--- phpdoc/en/appendices/reserved.xml:1.73 Mon Apr 14 17:28:03 2008
+++ phpdoc/en/appendices/reserved.xml Mon Aug 18 08:28:06 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.73 $ -->
+<!-- $Revision: 1.74 $ -->
<appendix xml:id="reserved" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>List of Reserved Words</title>
@@ -271,7 +271,7 @@
<link linkend="language.namespaces">namespace</link> (as of PHP 5.3)
</entry>
<entry>
- goto (PHP 6 only)
+ goto (as of PHP 5.3)
</entry>
<entry>
<link linkend="language.constants.predefined">__DIR__</link> (as of PHP 5.3)
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/tokens.xml?r1=1.30&r2=1.31&diff_format=u
Index: phpdoc/en/appendices/tokens.xml
diff -u phpdoc/en/appendices/tokens.xml:1.30 phpdoc/en/appendices/tokens.xml:1.31
--- phpdoc/en/appendices/tokens.xml:1.30 Mon Aug 18 07:30:29 2008
+++ phpdoc/en/appendices/tokens.xml Mon Aug 18 08:28:06 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
<appendix xml:id="tokens" xmlns="http://docbook.org/ns/docbook">
<title>List of Parser Tokens</title>
@@ -338,6 +338,11 @@
<entry><link linkend="language.variables.scope">variable scope</link></entry>
</row>
<row>
+ <entry>T_GOTO</entry>
+ <entry>goto</entry>
+ <entry>undocumented (available since PHP 5.3.0)</entry>
+ </row>
+ <row>
<entry>T_HALT_COMPILER</entry>
<entry>__halt_compiler()</entry>
<entry><xref linkend="function.halt-compiler"/> (available since PHP 5.1.0)</entry>
| Navigate in group php.doc.cvs at sever news.php.net | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by PHP Developer
Powered By PHP Consultants |