philip Sat Feb 22 01:53:31 2003 EDT Modified files: /phpdoc/en/language constants.xml Log: typo (figured 'make test' would have found this) Index: phpdoc/en/language/constants.xml diff -u phpdoc/en/language/constants.xml:1.28 phpdoc/en/language/constants.xml:1.29 --- phpdoc/en/language/constants.xml:1.28 Sat Feb 22 01:51:10 2003 +++ phpdoc/en/language/constants.xml Sat Feb 22 01:53:31 2003 @@ -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>.
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php