goba Mon May 24 16:13:57 2004 EDT
Modified files:
/phpdoc/en/language constants.xml
Log:
Fix section title, since there are too many predefined and reserved lists, so this
should not be confused with them. Also put the link to a more logical place.
http://cvs.php.net/diff.php/phpdoc/en/language/constants.xml?r1=1.37&r2=1.38&ty=u
Index: phpdoc/en/language/constants.xml
diff -u phpdoc/en/language/constants.xml:1.37 phpdoc/en/language/constants.xml:1.38
--- phpdoc/en/language/constants.xml:1.37 Fri May 21 01:23:07 2004
+++ phpdoc/en/language/constants.xml Mon May 24 16:13:57 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
+<!-- $Revision: 1.38 $ -->
<chapter id="language.constants">
<title>Constants</title>
@@ -150,10 +150,11 @@
</sect1>
<sect1 id="language.constants.predefined">
- <title>Predefined constants</title>
+ <title>Magic constants</title>
<simpara>
- PHP provides a large number of predefined constants to any script
+ PHP provides a large number of <link
+ linkend="reserved.constants">predefined constants</link> to any script
which it runs. Many of these constants, however, are created by
various extensions, and will only be present when those extensions
are available, either via dynamic loading or because they have
@@ -212,12 +213,6 @@
</tgroup>
</table>
</para>
-
- <simpara>
- A list of predefined constants is available in the <link
- linkend="reserved.constants">reserved predefined constants</link> section.
- </simpara>
-
</sect1>
</chapter>