git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179718 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-02-13 22:02:36 +00:00
parent 46929b7e56
commit 732a0125c0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.85 $ -->
<!-- $Revision: 1.86 $ -->
<chapter id="language.variables">
<title>Variables</title>
@ -569,9 +569,9 @@ function Test()
<note>
<para>
Static variables maybe declared as seen in the examples above.
Trying to assign values to these variables which are the
result of expressions will cause a parse error.
Static variables may be declared as seen in the examples above.
Trying to assign values to these variables which are the
result of expressions will cause a parse error.
</para>
<para>
<example>