- Fix for bug #17409

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83364 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-05-24 13:23:17 +00:00
parent 12db08b5c0
commit 8b0ec988ce

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.57 $ -->
<!-- $Revision: 1.58 $ -->
<chapter id="control-structures">
<title>Control Structures</title>
@ -189,9 +189,9 @@ A is equal to 5
</informalexample>
</para>
<simpara>
In the above example, the HTML block "A = 5" is nested within an
<literal>if</literal> statement written in the alternative syntax.
The HTML block would be displayed only if $a is equal to 5.
In the above example, the HTML block "A is equal to 5" is nested within an
<literal>if</literal> statement written in the alternative syntax. The
HTML block would be displayed only if $a is equal to 5.
</simpara>
<para>
The alternative syntax applies to <literal>else</literal> and