Whitespace

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291200 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-23 13:01:22 +00:00
parent ec87ab8ad9
commit 6a1b75655e

View file

@ -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(){