mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo (figured 'make test' would have found this)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117531 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a7989a05a0
commit
c4e53a76f5
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<chapter id="language.constants">
|
||||
<title>Constants</title>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
</note>
|
||||
|
||||
<simpara>
|
||||
Like $link.superglobals;, the scope of a constant is global. You
|
||||
Like &link.superglobals;, the scope of a constant is global. You
|
||||
can access constants anywhere in your script without regard to scope.
|
||||
For more information on scope, read the manual section on
|
||||
<link linkend="language.variables.scope">variable scope</link>.
|
||||
|
|
Loading…
Reference in a new issue