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