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