Link to these "magical constants" as per a user comments suggestion.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126177 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2003-05-07 22:46:02 +00:00
parent 53d01cd70b
commit aa23280eab

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.29 $ -->
<!-- $Revision: 1.30 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@ -36,12 +36,12 @@
<link linkend="language.operators.logical">xor</link>
</entry>
<entry>
__FILE__
<link linkend="language.constants.predefined">__FILE__</link>
</entry>
</row>
<row>
<entry>
__LINE__
<link linkend="language.constants.predefined">__LINE__</link>
</entry>
<entry>
<function>array</function>
@ -200,10 +200,10 @@
<link linkend="control-structures.while">while</link>
</entry>
<entry>
<constant>__FUNCTION__</constant>
<link linkend="language.constants.predefined">__FUNCTION__</link>
</entry>
<entry>
<constant>__CLASS__</constant>
<link linkend="language.constants.predefined">__CLASS__</link>
</entry>
</row>
</tbody>