s/four/five

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143190 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-10-27 11:34:15 +00:00
parent 12d604e31c
commit 5c285c6ffb

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.34 $ -->
<!-- $Revision: 1.35 $ -->
<chapter id="language.constants">
<title>Constants</title>
@ -138,7 +138,7 @@ echo Constant; // outputs "Constant" and issues a notice.
</simpara>
<para>
There are four magical constants that change depending on
There are five 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