mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo, WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179718 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
46929b7e56
commit
732a0125c0
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue