mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
there's seven constants now
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260657 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0ce3843f22
commit
df0cee46da
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.51 $ -->
|
||||
<!-- $Revision: 1.52 $ -->
|
||||
<chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Constants</title>
|
||||
|
||||
|
@ -168,7 +168,7 @@ echo Constant; // outputs "Constant" and issues a notice.
|
|||
</simpara>
|
||||
|
||||
<para>
|
||||
There are five magical constants that change depending on
|
||||
There are seven magical constants that change depending on
|
||||
where they are used. For example, the value of
|
||||
<constant>__LINE__</constant> depends on the line that it's
|
||||
used on in your script. These special constants are
|
||||
|
|
Loading…
Reference in a new issue