mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291200 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ec87ab8ad9
commit
6a1b75655e
1 changed files with 10 additions and 10 deletions
|
@ -506,16 +506,16 @@ function test()
|
|||
</example>
|
||||
</para>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
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>
|
||||
<title>Declaring static variables</title>
|
||||
<programlisting role="php">
|
||||
<note>
|
||||
<para>
|
||||
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>
|
||||
<title>Declaring static variables</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
function foo(){
|
||||
|
|
Loading…
Reference in a new issue